]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - makefile
use DP_LINK_ZLIB=dlopen on mingw build to reduce compile-time
[xonotic/darkplaces.git] / makefile
index ba2716953a25195cd01a9954619f6f707794079a..fc8c3e4f706086535dcb82e404ee4c1e06a0dde8 100644 (file)
--- a/makefile
+++ b/makefile
@@ -260,7 +260,7 @@ ifeq ($(DP_MAKE_TARGET), mingw)
        EXE_SVNEXUIZ=$(EXE_WINSVNEXUIZ)
        EXE_SDLNEXUIZ=$(EXE_WINSDLNEXUIZ)
 
-       DP_LINK_ZLIB?=shared
+       DP_LINK_ZLIB?=dlopen
        DP_LINK_JPEG?=shared
        DP_LINK_ODE?=dlopen
 endif