mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-10 14:52:00 +00:00
specifying gcc to see if that fixes the mac build...
This commit is contained in:
parent
f3a61afd09
commit
3221ed291f
2 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
#!/bin/sh
|
||||
CC=gcc4.0
|
||||
APPBUNDLE=ioquake3.app
|
||||
BINARY=ioquake3.ub
|
||||
DEDBIN=ioq3ded.ub
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#!/bin/sh
|
||||
CC=gcc-4.0
|
||||
APPBUNDLE=ioquake3.app
|
||||
BINARY=ioquake3.x86_64
|
||||
DEDBIN=ioq3ded.x86_64
|
||||
|
|
Loading…
Reference in a new issue