X-Git-Url: https://git.saurik.com/cydia.git/blobdiff_plain/96c38d3b03fecf67194bab0f0c6e58b1834ed440..2d28b35a4726bfb8c9c2b7ec913e7b82092f08fb:/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