diff --git a/Makefile.ps3 b/Makefile.ps3 index 94d2f38c67..c20373fe1a 100644 --- a/Makefile.ps3 +++ b/Makefile.ps3 @@ -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