mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-23 04:12:39 +00:00
Add specific CC for SunOS
This commit is contained in:
parent
3944b02025
commit
821995dcf1
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -614,6 +614,7 @@ else # ifeq IRIX
|
||||||
|
|
||||||
ifeq ($(PLATFORM),sunos)
|
ifeq ($(PLATFORM),sunos)
|
||||||
|
|
||||||
|
CC=gcc
|
||||||
INSTALL=ginstall
|
INSTALL=ginstall
|
||||||
MKDIR=gmkdir
|
MKDIR=gmkdir
|
||||||
COPYDIR="/usr/local/share/games/quake3"
|
COPYDIR="/usr/local/share/games/quake3"
|
||||||
|
|
Loading…
Reference in a new issue