Skip to content

Commit c636c0f

Browse files
committed
WTF: compile without collation, because Apple claims ICU is a private lib. Suckers.
1 parent 7988606 commit c636c0f

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

WTF/WTF.xcodeproj/project.pbxproj

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1755,6 +1755,13 @@
17551755
baseConfigurationReference = 5D247B7314689C4700E78B76 /* WTF.xcconfig */;
17561756
buildSettings = {
17571757
DEBUG_DEFINES = "$(DEBUG_DEFINES_debug)";
1758+
GCC_PREPROCESSOR_DEFINITIONS = (
1759+
"$(DEBUG_DEFINES)",
1760+
"WEBKIT_VERSION_MIN_REQUIRED=WEBKIT_VERSION_LATEST",
1761+
HAVE_HEADER_DETECTION_H,
1762+
"$(GCC_PREPROCESSOR_DEFINITIONS)",
1763+
"UCONFIG_NO_COLLATION=1",
1764+
);
17581765
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
17591766
PRODUCT_NAME = WTF;
17601767
SDKROOT = iphoneos;
@@ -1766,6 +1773,13 @@
17661773
isa = XCBuildConfiguration;
17671774
baseConfigurationReference = 5D247B7314689C4700E78B76 /* WTF.xcconfig */;
17681775
buildSettings = {
1776+
GCC_PREPROCESSOR_DEFINITIONS = (
1777+
"$(DEBUG_DEFINES)",
1778+
"WEBKIT_VERSION_MIN_REQUIRED=WEBKIT_VERSION_LATEST",
1779+
HAVE_HEADER_DETECTION_H,
1780+
"$(GCC_PREPROCESSOR_DEFINITIONS)",
1781+
"UCONFIG_NO_COLLATION=1",
1782+
);
17691783
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
17701784
PRODUCT_NAME = WTF;
17711785
SDKROOT = iphoneos;
@@ -1777,6 +1791,13 @@
17771791
isa = XCBuildConfiguration;
17781792
baseConfigurationReference = 5D247B7314689C4700E78B76 /* WTF.xcconfig */;
17791793
buildSettings = {
1794+
GCC_PREPROCESSOR_DEFINITIONS = (
1795+
"$(DEBUG_DEFINES)",
1796+
"WEBKIT_VERSION_MIN_REQUIRED=WEBKIT_VERSION_LATEST",
1797+
HAVE_HEADER_DETECTION_H,
1798+
"$(GCC_PREPROCESSOR_DEFINITIONS)",
1799+
"UCONFIG_NO_COLLATION=1",
1800+
);
17801801
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
17811802
PRODUCT_NAME = WTF;
17821803
SDKROOT = iphoneos;

0 commit comments

Comments
 (0)