]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
changed macosx default LINK_LIB_JPEG from shared to dlopen as we still distribute...
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 1 May 2014 01:50:34 +0000 (01:50 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 1 May 2014 01:50:34 +0000 (01:50 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12065 d7cf8633-e32d-0410-b094-e92efae38249

makefile

index 21990599269e840b3c399db0d4b43c30162e9fe3..e388780648e90bdc3db2aee8c8524ff3b5a0e77a 100644 (file)
--- a/makefile
+++ b/makefile
@@ -143,7 +143,7 @@ ifeq ($(DP_MAKE_TARGET), macosx)
        endif
 
        DP_LINK_ZLIB?=shared
-       DP_LINK_JPEG?=shared
+       DP_LINK_JPEG?=dlopen
        DP_LINK_ODE?=dlopen
        DP_LINK_CRYPTO?=dlopen
        DP_LINK_CRYPTO_RIJNDAEL?=dlopen