From: Jay Freeman (saurik) Date: Thu, 29 Oct 2009 00:52:09 +0000 (+0000) Subject: Removed obsolete file from Darwin-arm.mk. X-Git-Tag: v0.9.432~234 X-Git-Url: https://git.saurik.com/cycript.git/commitdiff_plain/c6f62b5b58165c51a29a6b5a475fcbe9ae270e8c?ds=inline Removed obsolete file from Darwin-arm.mk. --- diff --git a/Darwin-arm.mk b/Darwin-arm.mk index 0802793..abf2a4e 100644 --- a/Darwin-arm.mk +++ b/Darwin-arm.mk @@ -8,8 +8,7 @@ console += -framework UIKit depends += readline libffi mobilesubstrate sqlite3-lib code += Handler.o -# XXX: this needs to share an exception library -Cycript.$(dll): Connector.o Exception.o +Cycript.$(dll): Connector.o $(target)g++ $(flags) -dynamiclib -o $@ $(filter %.o,$^) \ -lobjc -lapr-1 -lsubstrate \ -framework CoreFoundation