mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-06 12:20:11 +01:00
Patch ICU to always look for its data statically.
Fixes #23655 PiperOrigin-RevId: 238134165
This commit is contained in:
parent
93ac1653be
commit
025aa34d77
15
third_party/icu/udata.patch
vendored
15
third_party/icu/udata.patch
vendored
|
|
@ -1,3 +1,18 @@
|
||||||
|
--- /icu4c/source/common/unicode/uconfig.h 2018-06-19 22:34:56.000000000 -0700
|
||||||
|
+++ /ice4c/source/common/unicode/uconfig.h.new 2019-03-12 10:12:35.896095657 -0700
|
||||||
|
@@ -55,6 +55,11 @@
|
||||||
|
#include "uconfig_local.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
+// Tensorflow is statically linked on all platforms.
|
||||||
|
+#ifndef U_STATIC_IMPLEMENTATION
|
||||||
|
+#define U_STATIC_IMPLEMENTATION
|
||||||
|
+#endif
|
||||||
|
+
|
||||||
|
/**
|
||||||
|
* \def U_DEBUG
|
||||||
|
* Determines whether to include debugging code.
|
||||||
|
|
||||||
--- /icu4c/source/common/udata.cpp.old 2018-06-19 22:34:56.000000000 -0700
|
--- /icu4c/source/common/udata.cpp.old 2018-06-19 22:34:56.000000000 -0700
|
||||||
+++ /icu4c/source/common/udata.cpp 2018-10-19 14:26:09.778950855 -0700
|
+++ /icu4c/source/common/udata.cpp 2018-10-19 14:26:09.778950855 -0700
|
||||||
@@ -18,15 +18,15 @@
|
@@ -18,15 +18,15 @@
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user