mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-11-10 06:31:47 +00:00
SunOS -> sunos (patch by Vincent Cojot)
This commit is contained in:
parent
31fdab187c
commit
88b2b82b00
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ else
|
|||
BINEXT=
|
||||
endif
|
||||
|
||||
ifeq ($(PLATFORM),SunOS)
|
||||
ifeq ($(PLATFORM),sunos)
|
||||
INSTALL=ginstall
|
||||
else
|
||||
INSTALL=install
|
||||
|
|
|
@ -30,7 +30,7 @@ ifeq ($(PLATFORM),darwin)
|
|||
LCC_CFLAGS += -DMACOS_X
|
||||
endif
|
||||
|
||||
ifeq ($(PLATFORM),SunOS)
|
||||
ifeq ($(PLATFORM),sunos)
|
||||
INSTALL=ginstall
|
||||
else
|
||||
INSTALL=install
|
||||
|
|
Loading…
Reference in a new issue