diff options
author | bjarni <bjarni@openttd.org> | 2005-12-06 09:27:42 +0000 |
---|---|---|
committer | bjarni <bjarni@openttd.org> | 2005-12-06 09:27:42 +0000 |
commit | 1a93bcb5bb0bf733ad74d8e192478e9e4643ca7a (patch) | |
tree | 4ba3970f99ec1415b93974ea8cedfa94d3bbc470 /makefiledir/Makefile.config_writer | |
parent | 414481cdd8732223fea40a9efd5e30463e7521a1 (diff) | |
download | openttd-1a93bcb5bb0bf733ad74d8e192478e9e4643ca7a.tar.xz |
(svn r3262) -Fix: [OSX] universal binaries can now include the dynamic SDL lib into the bundle
Diffstat (limited to 'makefiledir/Makefile.config_writer')
-rw-r--r-- | makefiledir/Makefile.config_writer | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/makefiledir/Makefile.config_writer b/makefiledir/Makefile.config_writer index 442eae12a..362757e07 100644 --- a/makefiledir/Makefile.config_writer +++ b/makefiledir/Makefile.config_writer @@ -74,10 +74,11 @@ $(MAKE_CONFIG): $(call CONFIG_LINE,STATIC_ZLIB_PATH:=$(STATIC_ZLIB_PATH)) $(call CONFIG_LINE,) - $(call CONFIG_LINE,\# Lib paths for OSX. If you do not know what they do, do not touch them) + $(call CONFIG_LINE,\# Lib paths for OSX. Read os/MacOSX/Makefile for more info) $(call CONFIG_LINE,OSX_LIB_PATH:=$(OSX_LIB_PATH)) $(call CONFIG_LINE,OSX_LOCAL_LIB_PATH:=$(OSX_LOCAL_LIB_PATH)) $(call CONFIG_LINE,OSX_CHANGE_LIB_PATH:=$(OSX_CHANGE_LIB_PATH)) + $(call CONFIG_LINE,x86_SDL_LIB:=$(x86_SDL_LIB)) $(call CONFIG_LINE,) $(call CONFIG_LINE,\# OS flags) |