[quake3-commits] r2243 - trunk
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Sat Apr 14 01:43:42 EDT 2012
Author: zakk
Date: 2012-04-14 01:43:42 -0400 (Sat, 14 Apr 2012)
New Revision: 2243
Modified:
trunk/make-macosx-ub.sh
Log:
Missing a - in the CC line
Modified: trunk/make-macosx-ub.sh
===================================================================
--- trunk/make-macosx-ub.sh 2012-04-14 05:14:39 UTC (rev 2242)
+++ trunk/make-macosx-ub.sh 2012-04-14 05:43:42 UTC (rev 2243)
@@ -1,5 +1,5 @@
#!/bin/sh
-CC=gcc4.0
+CC=gcc-4.0
APPBUNDLE=ioquake3.app
BINARY=ioquake3.ub
DEDBIN=ioq3ded.ub
More information about the quake3-commits
mailing list