summaryrefslogtreecommitdiff
path: root/Build/source/libs/icu/TLpatches/patch-24-simulator
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/icu/TLpatches/patch-24-simulator')
-rw-r--r--Build/source/libs/icu/TLpatches/patch-24-simulator13
1 files changed, 0 insertions, 13 deletions
diff --git a/Build/source/libs/icu/TLpatches/patch-24-simulator b/Build/source/libs/icu/TLpatches/patch-24-simulator
deleted file mode 100644
index accc7d749c3..00000000000
--- a/Build/source/libs/icu/TLpatches/patch-24-simulator
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: putil.cpp
-===================================================================
---- putil.cpp (revision 58009)
-+++ putil.cpp (working copy)
-@@ -1361,7 +1361,7 @@ uprv_pathIsAbsolute(const char *path)
-
- /* Backup setting of ICU_DATA_DIR_PREFIX_ENV_VAR
- (needed for some Darwin ICU build environments) */
--#if U_PLATFORM_IS_DARWIN_BASED && TARGET_OS_SIMULATOR
-+#if U_PLATFORM_IS_DARWIN_BASED && defined(TARGET_OS_SIMULATOR) && TARGET_OS_SIMULATOR
- # if !defined(ICU_DATA_DIR_PREFIX_ENV_VAR)
- # define ICU_DATA_DIR_PREFIX_ENV_VAR "IPHONE_SIMULATOR_ROOT"
- # endif