X-Git-Url: https://git.saurik.com/uikittools.git/blobdiff_plain/2a72f832e35d56a748537c894b00a236bae8f16a..020dfc54dc819f7c10e8eb43d4ddaaef834dca70:/makefile?ds=sidebyside diff --git a/makefile b/makefile index 8386a18..d55c38a 100644 --- 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