diff options
-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 |