]> git.saurik.com Git - cycript.git/blobdiff - Darwin-arm.mk
Completed massive refactoring operation to completely isolate Objective-C.
[cycript.git] / Darwin-arm.mk
index abf2a4e3be32059f2d61bf459f4f96f93cfe58f8..0802793da04a02ed5a1c0f8e2541fb4d5d62b486 100644 (file)
@@ -8,7 +8,8 @@ console += -framework UIKit
 depends += readline libffi mobilesubstrate sqlite3-lib
 code += Handler.o
 
-Cycript.$(dll): Connector.o
+# XXX: this needs to share an exception library
+Cycript.$(dll): Connector.o Exception.o
        $(target)g++ $(flags) -dynamiclib -o $@ $(filter %.o,$^) \
            -lobjc -lapr-1 -lsubstrate \
            -framework CoreFoundation