mirror of
https://github.com/curl/curl.git
synced 2026-06-07 10:24:16 +03:00
tests/server: define CURL_STATICLIB for all targets (curlu does it already)
This commit is contained in:
parent
ddf5da0366
commit
7d5ebb1854
1 changed files with 2 additions and 2 deletions
|
|
@ -30,10 +30,10 @@
|
|||
* to build the servers. In order to achieve proper linkage of these
|
||||
* files on Windows targets it is necessary to build the test servers
|
||||
* with CURL_STATICLIB defined, independently of how libcurl is built.
|
||||
* For other platforms, this macro is a no-op and safe to set.
|
||||
*/
|
||||
#ifdef _WIN32
|
||||
#define CURL_STATICLIB
|
||||
#endif
|
||||
|
||||
#define WITHOUT_LIBCURL
|
||||
#define CURL_NO_OLDIES
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue