mirror of
https://github.com/minetest/minetest.git
synced 2025-02-18 10:53:47 +01:00
Prefer shared cURL library instead of the static one.
This commit is contained in:
@ -12,7 +12,7 @@ if( UNIX )
|
||||
/usr/include/curl
|
||||
)
|
||||
|
||||
FIND_LIBRARY(CURL_LIBRARY NAMES libcurl.a curl
|
||||
FIND_LIBRARY(CURL_LIBRARY NAMES curl
|
||||
PATHS
|
||||
/usr/local/lib
|
||||
/usr/lib
|
||||
|
Reference in New Issue
Block a user