Skip to content

Commit

Permalink
Merge pull request #162 from crystalct/master
Browse files Browse the repository at this point in the history
PS3/PSL1GHT Makefile update
  • Loading branch information
drhelius authored Feb 12, 2022
2 parents 2ce4231 + 8fe6169 commit 8427845
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions platforms/libretro/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,9 @@ else ifneq (,$(filter $(platform), ngc wii wiiu))
# PS3
else ifneq (,$(filter $(platform), ps3 psl1ght))
TARGET := $(TARGET_NAME)_libretro_$(platform).a
CC = $(PS3DEV)/ppu/bin/ppu-gcc$(EXE_EXT)
CXX = $(PS3DEV)/ppu/bin/ppu-g++$(EXE_EXT)
AR = $(PS3DEV)/ppu/bin/ppu-ar$(EXE_EXT)
CC = $(PS3DEV)/ppu/bin/ppu-$(COMMONLV)gcc$(EXE_EXT)
CXX = $(PS3DEV)/ppu/bin/ppu-$(COMMONLV)g++$(EXE_EXT)
AR = $(PS3DEV)/ppu/bin/ppu-$(COMMONLV)ar$(EXE_EXT)
CXXFLAGS += -DMINIZ_NO_TIME -DMINIZ_NO_STDIO -Wall -D__ppc__ -DMSB_FIRST
STATIC_LINKING = 1
# OSX
Expand Down

0 comments on commit 8427845

Please sign in to comment.