]> git.saurik.com Git - cycript.git/blobdiff - Darwin-arm.mk
Found the garbage collection bug from hell (classes apparently really need /something...
[cycript.git] / Darwin-arm.mk
index 0d150de982c0b0dcb68f282f57bcd5f98c7f8ad9..8caec1523042cd04551a33f8e46e522044641c80 100644 (file)
@@ -6,6 +6,7 @@ arch := iphoneos-arm
 ldid := ldid -S
 console += -framework UIKit
 depends += readline libffi mobilesubstrate
+code += Handler.o
 
 Cycript.$(dll): Connector.o
        $(target)g++ $(flags) -dynamiclib -o $@ $(filter %.o,$^) \