]> git.saurik.com Git - cydget.git/blobdiff - makefile
Tiny improvement to fix scrolling behavior under the lockbar.
[cydget.git] / makefile
index 9782796caa25c35fc7285ea721b27f7532193325..637b624b99c7199da8a81ab75158714c96831474 100644 (file)
--- a/makefile
+++ b/makefile
@@ -6,7 +6,7 @@ include $(base)/tweak.mk
 all: WebCycriptLockScreen
 
 WebCycriptLockScreen: LockScreen.mm makefile $(base)/../mobilesubstrate/substrate.h
-       $(target)g++ -bundle -mthumb -g0 -O2 -Wall -Werror -o $@ $(filter %.mm,$^) -lobjc -I$(base)/../mobilesubstrate $(link) $(flags) -framework CoreGraphics -framework QuartzCore -framework SpringBoardUI -framework WebCore -framework GraphicsServices
+       $(target)g++ -bundle -mthumb -g0 -O2 -Wall -Werror -o $@ $(filter %.mm,$^) -lobjc -I$(base)/../mobilesubstrate $(link) $(flags) -framework CoreGraphics -framework QuartzCore -framework SpringBoardUI -framework WebCore -framework GraphicsServices -framework TelephonyUI
        ldid -S $@
 
 extra: