ICU 64+ no longer uses U_HAVE_STD_ATOMICS
PiperOrigin-RevId: 259815120
This commit is contained in:
parent
0f08941cfb
commit
02c9ee21b3
2
third_party/icu/BUILD.bazel
vendored
2
third_party/icu/BUILD.bazel
vendored
@ -44,7 +44,7 @@ cc_library(
|
|||||||
]),
|
]),
|
||||||
copts = [
|
copts = [
|
||||||
"-DU_COMMON_IMPLEMENTATION",
|
"-DU_COMMON_IMPLEMENTATION",
|
||||||
"-DU_HAVE_STD_ATOMICS",
|
"-DU_HAVE_STD_ATOMICS", # TODO(gunan): Remove when TF is on ICU 64+.
|
||||||
] + select({
|
] + select({
|
||||||
":android": [
|
":android": [
|
||||||
"-fdata-sections",
|
"-fdata-sections",
|
||||||
|
Loading…
Reference in New Issue
Block a user