(PS3) Windows compiler compatibility fix

This commit is contained in:
TwinAphex51224 2012-02-13 14:00:27 +01:00
parent 08f3313a3b
commit 32a52f5d01

View File

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