mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-12-13 21:51:09 +00:00
Remove .3 part in default curl library. With it www download is broken on most recent distributions, as there is no libcurl.so.3
This commit is contained in:
parent
c0f7c8d9cd
commit
1f86aba342
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ extern cvar_t *cl_cURLLib;
|
||||||
#elif defined(MACOS_X)
|
#elif defined(MACOS_X)
|
||||||
#define DEFAULT_CURL_LIB "libcurl.dylib"
|
#define DEFAULT_CURL_LIB "libcurl.dylib"
|
||||||
#else
|
#else
|
||||||
#define DEFAULT_CURL_LIB "libcurl.so.3"
|
#define DEFAULT_CURL_LIB "libcurl.so"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef USE_LOCAL_HEADERS
|
#ifdef USE_LOCAL_HEADERS
|
||||||
|
|
Loading…
Reference in a new issue