From 701e58e15792e76f7ab9f0349d71a266a5d1086e Mon Sep 17 00:00:00 2001 From: bjarni Date: Tue, 7 Dec 2004 17:58:06 +0000 Subject: (svn r972) Makefile: added make release (currently only works on mac) Mac: sets the STATIC flag if no makefile.config is found --- makefiledir/Makefile.libdetection | 2 ++ 1 file changed, 2 insertions(+) (limited to 'makefiledir/Makefile.libdetection') diff --git a/makefiledir/Makefile.libdetection b/makefiledir/Makefile.libdetection index a5e33dd14..97dc4eaa0 100644 --- a/makefiledir/Makefile.libdetection +++ b/makefiledir/Makefile.libdetection @@ -23,6 +23,8 @@ ifeq ($(VENDOR), apple) 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