diff options
author | Zachary Slater <zachary@ioquake.org> | 2012-04-14 05:14:39 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-12 20:22:24 +0000 |
commit | 1f141b3b01e11e37e857f0514be3b8cbac5b7aaf (patch) | |
tree | 3613c27def8743daaf2e134ccd3fc42b00e1bd29 | |
parent | 4aa72805a4d59a2297402fca07b4987251b0a62f (diff) |
specifying gcc to see if that fixes the mac build...
-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 |