mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +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
|
#!/bin/sh
|
||||||
|
CC=gcc4.0
|
||||||
APPBUNDLE=ioquake3.app
|
APPBUNDLE=ioquake3.app
|
||||||
BINARY=ioquake3.ub
|
BINARY=ioquake3.ub
|
||||||
DEDBIN=ioq3ded.ub
|
DEDBIN=ioq3ded.ub
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
CC=gcc-4.0
|
||||||
APPBUNDLE=ioquake3.app
|
APPBUNDLE=ioquake3.app
|
||||||
BINARY=ioquake3.x86_64
|
BINARY=ioquake3.x86_64
|
||||||
DEDBIN=ioq3ded.x86_64
|
DEDBIN=ioq3ded.x86_64
|
||||||
|
|
Loading…
Reference in a new issue