(PS3) Fix to Makefile for Win
This commit is contained in:
parent
beeb660103
commit
89b99428f9
|
@ -8,12 +8,13 @@ STRIPPING_ENABLE = 0
|
|||
## Platform detection from nall/Makefile. Only two applicable hosts for PS3 SDK.
|
||||
ifeq ($(platform),)
|
||||
uname := $(shell uname -a)
|
||||
endif
|
||||
|
||||
ifeq ($(uname),)
|
||||
platform := win
|
||||
else
|
||||
platform := linux
|
||||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(platform),win)
|
||||
HOST_DIR := host-win32
|
||||
|
|
Loading…
Reference in New Issue