summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZachary Slater <zachary@ioquake.org>2012-04-14 05:43:42 +0000
committerTim Angus <tim@ngus.net>2013-01-12 20:22:49 +0000
commit01d1984f20f4b928f7386689f6fe98beb03df961 (patch)
tree53a7e17e3e5d44282918cd027683a1aaf2fca7da
parent1f141b3b01e11e37e857f0514be3b8cbac5b7aaf (diff)
Missing a - in the CC line
-rwxr-xr-xmake-macosx-ub.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/make-macosx-ub.sh b/make-macosx-ub.sh
index f90d7e86..cf576cc7 100755
--- a/make-macosx-ub.sh
+++ b/make-macosx-ub.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-CC=gcc4.0
+CC=gcc-4.0
APPBUNDLE=Tremulous.app
BINARY=Tremulous.ub
DEDBIN=Tremded.ub