]> git.saurik.com Git - uikittools.git/blobdiff - makefile
Adding gssc and updating uicache.
[uikittools.git] / makefile
index 8386a1821b29628c1389b8350cea418d8058a6e5..d55c38afff874eb709f2bb84e50db4ec6c240274 100644 (file)
--- a/makefile
+++ b/makefile
@@ -1,4 +1,4 @@
-uikittools = uiduid uishoot uicache uiopen
+uikittools = uiduid uishoot uicache uiopen gssc
 
 all: $(uikittools)
 
@@ -8,7 +8,7 @@ clean:
 .PHONY: all clean package
 
 %: %.mm
-       $${PKG_TARG}-g++ -o $@ $< -framework CoreFoundation -framework Foundation -framework UIKit -lobjc
+       $${PKG_TARG}-g++ -o $@ $< -framework CoreFoundation -framework Foundation -framework UIKit -framework GraphicsServices -F"$${PKG_ROOT}"/System/Library/PrivateFrameworks -lobjc
        ldid -S $@
 
 package: all