summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sdk/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sdk/Makefile b/sdk/Makefile
index 09bba8a..cdfc23b 100644
--- a/sdk/Makefile
+++ b/sdk/Makefile
@@ -123,6 +123,7 @@ endif
ifeq ($(TARGET),i686-w64-mingw32)
SDK_ITEMS := $(addprefix $(BUILDSTEPS)/, libiconv.d libgnurx.d $(COMMON_SDK_ITEMS))
EXTRAARGS_LIBCURL := --enable-nonblocking --enable-ares --disable-ldap --without-random
+ LIBCURL_ENV := LIBS="-lgdi32"
endif
ifeq ($(TARGET),m68k-unknown-amigaos)