mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +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)
|
||||
|
||||
CC=gcc
|
||||
INSTALL=ginstall
|
||||
MKDIR=gmkdir
|
||||
COPYDIR="/usr/local/share/games/quake3"
|
||||
|
|
Loading…
Reference in a new issue