summaryrefslogtreecommitdiff
path: root/makefiledir
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2005-12-09 12:15:52 +0000
committerbjarni <bjarni@openttd.org>2005-12-09 12:15:52 +0000
commit111e5ef0fdb06518c9cea7705653526c403c21c0 (patch)
tree324b2ec489c537c885f5f3b3634b1ee8d265c47a /makefiledir
parent578883266f1c7c1d5825b99e8474694b3423bafe (diff)
downloadopenttd-111e5ef0fdb06518c9cea7705653526c403c21c0.tar.xz
(svn r3274) -Fix: [OSX] added JAGUAR flag to crosscompile for OSX 10.2 (codenamed jaguar)
JAGUAR and FAT_BINARY can't be used at the same time JAGUAR will disable network support due to missing libs in 10.2
Diffstat (limited to 'makefiledir')
-rw-r--r--makefiledir/Makefile.config_writer5
1 files changed, 5 insertions, 0 deletions
diff --git a/makefiledir/Makefile.config_writer b/makefiledir/Makefile.config_writer
index 4b56391b6..e7500237e 100644
--- a/makefiledir/Makefile.config_writer
+++ b/makefiledir/Makefile.config_writer
@@ -116,6 +116,11 @@ $(MAKE_CONFIG):
$(call CONFIG_LINE,LDFLAGS_x86:=$(LDFLAGS_x86))
$(call CONFIG_LINE,)
+ $(call CONFIG_LINE,\# For OSX 10.2 support)
+ $(call CONFIG_LINE,CFLAGS_JAGUAR:=$(CFLAGS_JAGUAR))
+ $(call CONFIG_LINE,LDFLAGS_JAGUAR:=$(LDFLAGS_JAGUAR))
+ $(call CONFIG_LINE,)
+
$(call CONFIG_LINE,\# For cross-compiling)
$(call CONFIG_LINE,CC_TARGET:=$(CC_TARGET))
$(call CONFIG_LINE,CC_HOST:=$(CC_HOST))