mirror of
https://github.com/libretro/RetroArch
synced 2025-02-25 21:41:03 +00:00
(PS3) Windows compiler compatibility fix
This commit is contained in:
parent
08f3313a3b
commit
32a52f5d01
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user