(PS3) Fix to Makefile for Win

This commit is contained in:
TwinAphex51224 2012-02-13 17:18:22 +01:00
parent beeb660103
commit 89b99428f9

View File

@ -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