]> git.saurik.com Git - cycript.git/blob - Darwin-arm.mk
Started working on making the build environment more portable.
[cycript.git] / Darwin-arm.mk
1 flags += -F${PKG_ROOT}/System/Library/PrivateFrameworks
2
3 all += Cycript.$(dll) #cyrver
4
5 arch := iphoneos-arm
6
7 Cycript.$(dll): Connector.o
8 $(target)g++ $(flags) -dynamiclib -o $@ $(filter %.o,$^) \
9 -lobjc -lapr-1 -lsubstrate \
10 -framework CoreFoundation
11 ldid -S $@