summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2011-02-28 21:13:49 -0800
committerJay Freeman (saurik) <saurik@saurik.com>2011-03-07 02:41:31 -0800
commit435cb85753e48dd77a02258dd6715e8cb153d429 (patch)
tree67e0b25fb5593569b143bb39808ce53de02f1837 /makefile
parentaa35fd7b4dd1970d469f6ca6a9907f4618856a2f (diff)
Use CydiaSubstrate/CydiaSubstrate.h, not substrate.h.
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index ee64dc9..3a5f235 100644
--- a/makefile
+++ b/makefile
@@ -55,7 +55,7 @@ version := $(shell ./version.sh)
#cycc = cycc -r4.2 -i$(ios) -o$@
gxx := /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/g++-$(gcc)
-cycc = $(gxx) -mthumb -arch armv6 -o $@ -mcpu=arm1176jzf-s -miphoneos-version-min=2.0 -isysroot $(sdk) -idirafter /usr/include -F/Library/Frameworks
+cycc = $(gxx) -mthumb -arch armv6 -o $@ -mcpu=arm1176jzf-s -miphoneos-version-min=2.0 -isysroot $(sdk) -idirafter /usr/include -F{sysroot,}/Library/Frameworks
all: MobileCydia