From 4cf3f1bcd51a514664eb0316f7decd090f849d95 Mon Sep 17 00:00:00 2001 From: Xawotihs Date: Sun, 30 Aug 2015 17:55:02 +0200 Subject: [PATCH] Should fix relative paths --- projects/mtg/iOS/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/mtg/iOS/Makefile b/projects/mtg/iOS/Makefile index 92bb03473..92f52b826 100644 --- a/projects/mtg/iOS/Makefile +++ b/projects/mtg/iOS/Makefile @@ -1,7 +1,7 @@ export ARCHS = armv7 armv7s export TARGET = iphone:clang:latest:8.0 -include theos/makefiles/common.mk +include ../../../theos/makefiles/common.mk APPLICATION_NAME = wagic wagic_FILES = ../../../JGE/src/iOS/main.m\ @@ -176,7 +176,7 @@ wagic_FILES = ../../../JGE/src/iOS/main.m\ wagic_LDFLAGS = -lz wagic_FRAMEWORKS = UIKit CoreGraphics OpenGLES Foundation CFNetwork MobileCoreServices AVFoundation OpenAL AudioToolbox QuartzCore SystemConfiguration -include $(THEOS_MAKE_PATH)/application.mk +include ../../../theos/makefile/application.mk ADDITIONAL_CFLAGS = -I ../include\ -I ../../../JGE/include\