diff options
author | Zachary Slater <zachary@ioquake.org> | 2012-04-14 05:43:42 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-12 20:22:49 +0000 |
commit | 01d1984f20f4b928f7386689f6fe98beb03df961 (patch) | |
tree | 53a7e17e3e5d44282918cd027683a1aaf2fca7da | |
parent | 1f141b3b01e11e37e857f0514be3b8cbac5b7aaf (diff) |
Missing a - in the CC line
-rwxr-xr-x | make-macosx-ub.sh | 2 |
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 |