mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-11-10 06:31:47 +00:00
Missing a - in the CC line
This commit is contained in:
parent
3221ed291f
commit
ee9170e732
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
CC=gcc4.0
|
CC=gcc-4.0
|
||||||
APPBUNDLE=ioquake3.app
|
APPBUNDLE=ioquake3.app
|
||||||
BINARY=ioquake3.ub
|
BINARY=ioquake3.ub
|
||||||
DEDBIN=ioq3ded.ub
|
DEDBIN=ioq3ded.ub
|
||||||
|
|
Loading…
Reference in a new issue