specifying gcc to see if that fixes the mac build...

This commit is contained in:
Zachary Slater 2012-04-14 05:14:39 +00:00
parent f3a61afd09
commit 3221ed291f
2 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#!/bin/sh
CC=gcc4.0
APPBUNDLE=ioquake3.app
BINARY=ioquake3.ub
DEDBIN=ioq3ded.ub

View File

@ -1,4 +1,5 @@
#!/bin/sh
CC=gcc-4.0
APPBUNDLE=ioquake3.app
BINARY=ioquake3.x86_64
DEDBIN=ioq3ded.x86_64