diff options
author | bjarni <bjarni@openttd.org> | 2005-12-09 12:15:52 +0000 |
---|---|---|
committer | bjarni <bjarni@openttd.org> | 2005-12-09 12:15:52 +0000 |
commit | 98ef748715887b45ee3004313c16690caf71c268 (patch) | |
tree | 324b2ec489c537c885f5f3b3634b1ee8d265c47a /makefiledir/Makefile.config_writer | |
parent | 79b76e239776992fb80ecfb20ef60be5f85e8d15 (diff) | |
download | openttd-98ef748715887b45ee3004313c16690caf71c268.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/Makefile.config_writer')
-rw-r--r-- | makefiledir/Makefile.config_writer | 5 |
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)) |