diff options
author | bjarni <bjarni@openttd.org> | 2004-12-07 17:58:06 +0000 |
---|---|---|
committer | bjarni <bjarni@openttd.org> | 2004-12-07 17:58:06 +0000 |
commit | 701e58e15792e76f7ab9f0349d71a266a5d1086e (patch) | |
tree | d24b68cd891717758b6722b872e8dcc1e7ab0a76 /makefiledir | |
parent | bad25dec0ec8b95e535ce7440102ca4d92934d56 (diff) | |
download | openttd-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')
-rw-r--r-- | makefiledir/Makefile.libdetection | 2 |
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 |