From 715bedb71a304babb17fc179aa0a9cc922895763 Mon Sep 17 00:00:00 2001 From: Rolzad73 Date: Sat, 28 Jan 2017 05:05:35 -0500 Subject: [PATCH] - Travis PSP build broke, attempt to fix --- projects/mtg/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/projects/mtg/Makefile b/projects/mtg/Makefile index 7b60dc481..cde441c96 100644 --- a/projects/mtg/Makefile +++ b/projects/mtg/Makefile @@ -73,7 +73,9 @@ PSP_EBOOT_PIC1 = pic1.png INCDIR = ../../JGE/include ../../JGE/src/zipFS ../../JGE/include/psp ../../JGE/include/psp/freetype2 ../../JGE/src ../../projects/mtg/include ../../Boost LIBDIR = ../../JGE/lib/psp CFLAGS = -O2 -G0 -DPSPFW3XX -DDEVHOOK -DUSE_PRECOMPILED_HEADERS=1 -DPSP -DTIXML_USE_STL -endif + +else + ifeq ($(MAKECMDGOALS),x11) OBJS += objs/TestSuiteAI.o @@ -97,6 +99,7 @@ ASFLAGS = $(CXXFLAGS) all: $(DEFAULT_RULE) +endif endif CFLAGS := -Wall -W -Werror -Wno-unused -Wno-deprecated-declarations $(CFLAGS)