From 08b990886d490279d4849a7694376cdec76cc228 Mon Sep 17 00:00:00 2001 From: bjarni Date: Wed, 23 Nov 2005 12:21:54 +0000 Subject: (svn r3230) -Feature: [OSX] OSX builds can now change where it searches for dynamic libs and can move libs into the bundle This is not a fix for the issues with static linking, more like a workaround. Static linking still got issues Apple recommends to use dynamic linking anyway, so I guess this doesn't matter much --- makefiledir/Makefile.libdetection | 2 -- 1 file changed, 2 deletions(-) (limited to 'makefiledir/Makefile.libdetection') diff --git a/makefiledir/Makefile.libdetection b/makefiledir/Makefile.libdetection index ff9e68a3a..9177061ee 100644 --- a/makefiledir/Makefile.libdetection +++ b/makefiledir/Makefile.libdetection @@ -23,8 +23,6 @@ ifeq ($(shell uname), Darwin) OSX:=1 # OSX uses the unix setup too UNIX:=1 -# OSX generally uses static since so few computers actually have all the libs installed in unix style -STATIC:=1 endif # Automatically recognize if building on MorphOS -- cgit v1.2.3-54-g00ecf