From 01d1984f20f4b928f7386689f6fe98beb03df961 Mon Sep 17 00:00:00 2001 From: Zachary Slater Date: Sat, 14 Apr 2012 05:43:42 +0000 Subject: 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 f90d7e86..cf576cc7 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=Tremulous.app BINARY=Tremulous.ub DEDBIN=Tremded.ub -- cgit