Err, stupid of me. Now passing in the PSPENV flag correctly...

This commit is contained in:
wrenczes@gmail.com
2011-04-19 05:49:37 +00:00
parent 79835dda33
commit ab133e9f98
2 changed files with 2 additions and 4 deletions

View File

@@ -81,10 +81,9 @@ ifeq ($(TARGET_ARCHITECTURE),psp)
PSPSDK = $(shell psp-config --pspsdk-path)
PSPDIR = $(shell psp-config --psp-prefix)
OBJS = $(GENERIC_OBJS) $(PSP_OBJS)
PSPENV = 1
TARGET_HGE = libhgetools.a
INCDIR = include/psp include/psp/freetype2 ../Boost
CXXFLAGS += -O2 -G0
CXXFLAGS += -O2 -G0 -DPSPENV
LIBDIR = lib/psp
endif
ifeq ($(TARGET_ARCHITECTURE),linux)