From 7f727de1f30b85b7f12a347b46a6537b572d3864 Mon Sep 17 00:00:00 2001 From: havoc Date: Thu, 1 May 2014 01:50:34 +0000 Subject: [PATCH] changed macosx default LINK_LIB_JPEG from shared to dlopen as we still distribute the jpeg62 version with it git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12065 d7cf8633-e32d-0410-b094-e92efae38249 --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 21990599..e3887806 100644 --- 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 -- 2.39.2