From ee9170e732f9c259bfa00f0e6bc0d3bb59a89fed Mon Sep 17 00:00:00 2001 From: Zachary Slater Date: Sat, 14 Apr 2012 05:43:42 +0000 Subject: [PATCH] Missing a - in the CC line --- make-macosx-ub.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make-macosx-ub.sh b/make-macosx-ub.sh index bc6bd8da..a8bb4b3a 100755 --- a/make-macosx-ub.sh +++ b/make-macosx-ub.sh @@ -1,5 +1,5 @@ #!/bin/sh -CC=gcc4.0 +CC=gcc-4.0 APPBUNDLE=ioquake3.app BINARY=ioquake3.ub DEDBIN=ioq3ded.ub