summaryrefslogtreecommitdiff
path: root/os
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2006-05-27 18:17:10 +0000
committertruelight <truelight@openttd.org>2006-05-27 18:17:10 +0000
commit4941e487c2bd6ced9ccd4fc4d12d1c2b03b7f1a6 (patch)
treecdee5c6d8da9afc70cf0aa24c8f6cb15de6140b0 /os
parentca7bbd262bf828023f5d90c382c218dcd7ecff4d (diff)
downloadopenttd-4941e487c2bd6ced9ccd4fc4d12d1c2b03b7f1a6.tar.xz
(svn r4991) -Fix: don't compile UNITTEST by default, it isn't needed
-Fix: do not use hardcoded names for things like 'strip', keep it configurable!!
Diffstat (limited to 'os')
-rw-r--r--os/macosx/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/os/macosx/Makefile b/os/macosx/Makefile
index 217569db4..cc425ed4a 100644
--- a/os/macosx/Makefile
+++ b/os/macosx/Makefile
@@ -42,6 +42,9 @@ endif
ifndef LIPO
LIPO := lipo
endif
+ifndef STRIP
+STRIP := strip
+endif
# targets to link OpenTTD
$(TTD): $(OTTD_PPC) $(OTTD_i386) $(OTTD_PPC970)
@@ -101,7 +104,7 @@ endif
# manual strip, as the -s option fails
$(OSX_STRIP): $(TTD)
- $(Q)strip openttd
+ $(Q)$(STRIP) openttd
ifdef JAGUAR
JAGUAR_POSTFIX := -jaguar