]> git.saurik.com Git - cydia.git/blobdiff - makefile
The new version of Cydia needs newer translations.
[cydia.git] / makefile
index 4beeadf1051c81bb333861e64c66a47b3e3b33ce..f4834cef1912713fd702f56f2625a69b83ee6c59 100644 (file)
--- a/makefile
+++ b/makefile
@@ -13,6 +13,9 @@ flags += -fmessage-length=0
 flags += -g0 -O2
 flags += -fvisibility=hidden
 
+flags += -idirafter icu/icuSources/common
+flags += -idirafter icu/icuSources/i18n
+
 flags += -Wall
 
 flags += -Wno-unknown-warning-option
@@ -41,6 +44,7 @@ libs += -framework WebKit
 
 libs += -lapr-1
 libs += -lapt-pkg
+libs += -licucore
 libs += -lpcre
 
 uikit := 
@@ -99,7 +103,7 @@ Objects/%.o: %.m $(header)
 Objects/%.o: %.mm $(header)
        @mkdir -p $(dir $@)
        @echo "[cycc] $<"
-       @$(cycc) -c $< $(flags) $(xflags)
+       @$(cycc) -std=c++11 -c $< $(flags) $(xflags)
 
 Objects/Version.o: Version.h