summaryrefslogtreecommitdiff
path: root/makefiledir/Makefile.libdetection
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2004-12-07 17:58:06 +0000
committerbjarni <bjarni@openttd.org>2004-12-07 17:58:06 +0000
commit701e58e15792e76f7ab9f0349d71a266a5d1086e (patch)
treed24b68cd891717758b6722b872e8dcc1e7ab0a76 /makefiledir/Makefile.libdetection
parentbad25dec0ec8b95e535ce7440102ca4d92934d56 (diff)
downloadopenttd-701e58e15792e76f7ab9f0349d71a266a5d1086e.tar.xz
(svn r972) Makefile: added make release (currently only works on mac)
Mac: sets the STATIC flag if no makefile.config is found
Diffstat (limited to 'makefiledir/Makefile.libdetection')
-rw-r--r--makefiledir/Makefile.libdetection2
1 files changed, 2 insertions, 0 deletions
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