Angst and zinx cajoled me into removing trying to load libcurl.so again.
This commit is contained in:
parent
a99634c2d3
commit
dc3d2457e0
2 changed files with 12 additions and 17 deletions
|
@ -34,7 +34,8 @@ extern cvar_t *cl_cURLLib;
|
|||
#elif defined(MACOS_X)
|
||||
#define DEFAULT_CURL_LIB "libcurl.dylib"
|
||||
#else
|
||||
#define DEFAULT_CURL_LIB "libcurl.so"
|
||||
#define DEFAULT_CURL_LIB "libcurl.so.4"
|
||||
#define ALTERNATE_CURL_LIB "libcurl.so.3"
|
||||
#endif
|
||||
|
||||
#ifdef USE_LOCAL_HEADERS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue