1
0
mirror of https://github.com/moparisthebest/minetest synced 2025-03-09 06:10:39 -04:00

Prefer shared cURL library instead of the static one.

This commit is contained in:
Ilya Zhuravlev 2012-12-21 20:35:04 +04:00
parent 40dac4cde4
commit c4172934e5

View File

@ -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