mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +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)
|
||||
#define DEFAULT_CURL_LIB "libcurl.dylib"
|
||||
#else
|
||||
#define DEFAULT_CURL_LIB "libcurl.so.3"
|
||||
#define DEFAULT_CURL_LIB "libcurl.so"
|
||||
#endif
|
||||
|
||||
#ifdef USE_LOCAL_HEADERS
|
||||
|
|
Loading…
Reference in a new issue