From 3221ed291f3dee2fddd5d4009ddcc9f609ac34fe Mon Sep 17 00:00:00 2001 From: Zachary Slater Date: Sat, 14 Apr 2012 05:14:39 +0000 Subject: [PATCH] specifying gcc to see if that fixes the mac build... --- make-macosx-ub.sh | 1 + make-macosx.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/make-macosx-ub.sh b/make-macosx-ub.sh index 0066682c..bc6bd8da 100755 --- a/make-macosx-ub.sh +++ b/make-macosx-ub.sh @@ -1,4 +1,5 @@ #!/bin/sh +CC=gcc4.0 APPBUNDLE=ioquake3.app BINARY=ioquake3.ub DEDBIN=ioq3ded.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