X-Git-Url: https://git.saurik.com/cydia.git/blobdiff_plain/7bc0d82556d4169b4b2221a0373ca2262abebcc8..f6b68b2c49618bf8df27e993bc3df42e913180db:/makefile diff --git a/makefile b/makefile index be185b62..0d5506b5 100644 --- a/makefile +++ b/makefile @@ -141,7 +141,7 @@ cydo: cydo.cpp $(cycc) -std=c++11 $(filter %.cpp,$^) $(flags) $(link) -Wno-deprecated-writable-strings @ldid -T0 -S $@ -postinst: postinst.mm Sources.mm Sources.h CyteKit/stringWithUTF8Bytes.mm CyteKit/stringWithUTF8Bytes.h CyteKit/UCPlatform.h +postinst: postinst.mm CyteKit/stringWithUTF8Bytes.mm CyteKit/stringWithUTF8Bytes.h CyteKit/UCPlatform.h $(cycc) -std=c++11 $(filter %.mm,$^) $(flags) $(link) -framework CoreFoundation -framework Foundation -framework UIKit @ldid -T0 -S $@