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 | 3c7e16f80bbb017e442d9aa233979449393c624a (patch) | |
tree | d24b68cd891717758b6722b872e8dcc1e7ab0a76 /makefiledir/Makefile.libdetection | |
parent | fb50423a00aecf8cc1ac60b0aaaad890ac9e5961 (diff) | |
download | openttd-3c7e16f80bbb017e442d9aa233979449393c624a.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.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 |