diff options
Diffstat (limited to 'main/icu/musl-fixes.patch')
-rw-r--r-- | main/icu/musl-fixes.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/main/icu/musl-fixes.patch b/main/icu/musl-fixes.patch deleted file mode 100644 index 3418230862..0000000000 --- a/main/icu/musl-fixes.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/i18n/digitlst.cpp -+++ b/i18n/digitlst.cpp -@@ -61,7 +61,7 @@ - #endif - - #if U_USE_STRTOD_L && !U_PLATFORM_USES_ONLY_WIN32_API --# if U_PLATFORM == U_PF_CYGWIN -+# if U_PLATFORM == U_PF_CYGWIN || U_PLATFORM == U_PF_LINUX - # include <locale.h> - # else - # include <xlocale.h> |