diff options
-rwxr-xr-x | make-macosx-ub.sh | 1 | ||||
-rwxr-xr-x | make-macosx.sh | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/make-macosx-ub.sh b/make-macosx-ub.sh index 4f0031bb..f90d7e86 100755 --- a/make-macosx-ub.sh +++ b/make-macosx-ub.sh @@ -1,4 +1,5 @@ #!/bin/sh +CC=gcc4.0 APPBUNDLE=Tremulous.app BINARY=Tremulous.ub DEDBIN=Tremded.ub diff --git a/make-macosx.sh b/make-macosx.sh index c3ed5347..c4958d11 100755 --- a/make-macosx.sh +++ b/make-macosx.sh @@ -1,4 +1,5 @@ #!/bin/sh +CC=gcc-4.0 APPBUNDLE=ioquake3.app BINARY=ioquake3.x86_64 DEDBIN=ioq3ded.x86_64 |