[quake3-commits] r2242 - trunk

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Apr 14 01:14:39 EDT 2012


Author: zakk
Date: 2012-04-14 01:14:39 -0400 (Sat, 14 Apr 2012)
New Revision: 2242

Modified:
   trunk/make-macosx-ub.sh
   trunk/make-macosx.sh
Log:
specifying gcc to see if that fixes the mac build...


Modified: trunk/make-macosx-ub.sh
===================================================================
--- trunk/make-macosx-ub.sh	2012-04-11 04:51:58 UTC (rev 2241)
+++ trunk/make-macosx-ub.sh	2012-04-14 05:14:39 UTC (rev 2242)
@@ -1,4 +1,5 @@
 #!/bin/sh
+CC=gcc4.0
 APPBUNDLE=ioquake3.app
 BINARY=ioquake3.ub
 DEDBIN=ioq3ded.ub

Modified: trunk/make-macosx.sh
===================================================================
--- trunk/make-macosx.sh	2012-04-11 04:51:58 UTC (rev 2241)
+++ trunk/make-macosx.sh	2012-04-14 05:14:39 UTC (rev 2242)
@@ -1,4 +1,5 @@
 #!/bin/sh
+CC=gcc-4.0
 APPBUNDLE=ioquake3.app
 BINARY=ioquake3.x86_64
 DEDBIN=ioq3ded.x86_64



More information about the quake3-commits mailing list