From 89b99428f995017fb3d4717c9701ac78b6020969 Mon Sep 17 00:00:00 2001 From: TwinAphex51224 Date: Mon, 13 Feb 2012 17:18:22 +0100 Subject: [PATCH] (PS3) Fix to Makefile for Win --- Makefile.ps3 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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