From 3e6ffe3983f1ba0bbff8d84d365a925bf8392327 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 6 Mar 2018 18:31:25 +0100 Subject: [PATCH] See if this fixes PS3 builds --- Makefile.ps3 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile.ps3 b/Makefile.ps3 index b9f978fb42..913524f1b8 100644 --- a/Makefile.ps3 +++ b/Makefile.ps3 @@ -96,8 +96,7 @@ ifeq ($(CELL_BUILD_TOOLS), SNC) PPU_CXXLD = $(CELL_SDK)/host-win32/sn/bin/ps3ppuld.exe PPU_CXX = $(CELL_SDK)/host-win32/sn/bin/ps3ppusnc.exe PPU_CC = $(CELL_SDK)/host-win32/sn/bin/ps3ppusnc.exe -else -ifneq($(system_platform), win) +else ifneq($(system_platform), win) PPU_CXX = $(CELL_SDK)/host-win32/ppu/bin/ppu-lv2-g++.exe PPU_CC = $(CELL_SDK)/host-win32/ppu/bin/ppu-lv2-gcc.exe PPU_CXXLD = $(CELL_SDK)/host-win32/ppu/bin/ppu-lv2-ld.exe