tests/server: define CURL_STATICLIB for all targets (curlu does it already)

This commit is contained in:
Viktor Szakats 2025-06-28 03:31:30 +02:00
parent ddf5da0366
commit 7d5ebb1854
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

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