From 32a52f5d0155b9dc2c38dddcf12aee5ca9781b4d Mon Sep 17 00:00:00 2001 From: TwinAphex51224 Date: Mon, 13 Feb 2012 14:00:27 +0100 Subject: [PATCH] (PS3) Windows compiler compatibility fix --- Makefile.ps3 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.ps3 b/Makefile.ps3 index ec783b637b..0c720f7e35 100644 --- a/Makefile.ps3 +++ b/Makefile.ps3 @@ -19,11 +19,12 @@ else endif endif -CELL_SDK := /usr/local/cell ifeq ($(platform),win) HOST_DIR := host-win32 + CELL_SDK := /c/usr/local/cell/ else HOST_DIR := host-linux + CELL_SDK := /usr/local/cell endif ifeq ($(CELL_BUILD_TOOLS),SNC)