summaryrefslogtreecommitdiff
path: root/os/macosx/Makefile.setup
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2006-03-15 14:11:17 +0000
committerbjarni <bjarni@openttd.org>2006-03-15 14:11:17 +0000
commit38569fe229ed6c09501606a6317a3cf4e54c638d (patch)
treec558d1092229d2bbdcd6bc9cf627cde5cdd78954 /os/macosx/Makefile.setup
parent3ebc41c9fed6aa3f496884f452b9aaac62da6a3d (diff)
downloadopenttd-38569fe229ed6c09501606a6317a3cf4e54c638d.tar.xz
(svn r3884) renamed TRIPPLE_BINARY to TRIPLE_BINARY
Diffstat (limited to 'os/macosx/Makefile.setup')
-rw-r--r--os/macosx/Makefile.setup4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/macosx/Makefile.setup b/os/macosx/Makefile.setup
index d5419900b..4871e156e 100644
--- a/os/macosx/Makefile.setup
+++ b/os/macosx/Makefile.setup
@@ -16,7 +16,7 @@ $(warning Compiling a release build, that is not a universal binary)
endif
endif
-ifdef TRIPPLE_BINARY
+ifdef TRIPLE_BINARY
ifdef DEBUG
$(error no G5 optimisation is made in debug builds, so tripple binaries aren't possible. Use UNIVERSAL_BINARY instead if you really want a universal debug build)
endif
@@ -74,7 +74,7 @@ ifdef UNIVERSAL_BINARY
TARGET_CPU_FLAGS:= -arch ppc -arch i386
LDFLAGS := $(LDFLAGS_UNIVERSAL) -arch ppc -arch i386
CFLAGS += $(CFLAGS_UNIVERSAL)
-ifdef TRIPPLE_BINARY
+ifdef TRIPLE_BINARY
LDFLAGS += -arch ppc970
endif
endif