X-Git-Url: https://git.saurik.com/cydia.git/blobdiff_plain/a75f53e7c88d41370640fa6acf20cf8b5606f0d4..d12c6e703c607e4a57334768e544285499ad6172:/makefile diff --git a/makefile b/makefile index 9ffa5e9f..b0ea3150 100644 --- a/makefile +++ b/makefile @@ -7,4 +7,4 @@ test: all ssh saurik@$(iPhone) /dat/Cydia Cydia: *.mm makefile - arm-apple-darwin-g++ -fobjc-call-cxx-cdtors -g3 -O2 -Wall -Werror -o $@ $< -framework UIKit -framework Foundation -framework CoreFoundation -framework CoreGraphics -framework GraphicsServices -lobjc -lapt-pkg -lpcre -fobjc-exceptions + arm-apple-darwin-g++ -fobjc-call-cxx-cdtors -g3 -O2 -Wall -Werror -o $@ $< -framework UIKit -framework IOKit -framework Foundation -framework CoreFoundation -framework CoreGraphics -framework GraphicsServices -lobjc -lapt-pkg -lpcre -fobjc-exceptions