From 7d5ebb1854723512e9510e5e798d90e09aeac6ff Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sat, 28 Jun 2025 03:31:30 +0200 Subject: [PATCH] tests/server: define CURL_STATICLIB for all targets (curlu does it already) --- tests/server/first.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/server/first.h b/tests/server/first.h index 73e33f7d9b..44dd272ce2 100644 --- a/tests/server/first.h +++ b/tests/server/first.h @@ -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