forked from Mirrorlandia_minetest/minetest
Prefer shared cURL library instead of the static one.
This commit is contained in:
parent
40dac4cde4
commit
c4172934e5
@ -12,7 +12,7 @@ if( UNIX )
|
|||||||
/usr/include/curl
|
/usr/include/curl
|
||||||
)
|
)
|
||||||
|
|
||||||
FIND_LIBRARY(CURL_LIBRARY NAMES libcurl.a curl
|
FIND_LIBRARY(CURL_LIBRARY NAMES curl
|
||||||
PATHS
|
PATHS
|
||||||
/usr/local/lib
|
/usr/local/lib
|
||||||
/usr/lib
|
/usr/lib
|
||||||
|
Loading…
Reference in New Issue
Block a user