srctree

Robin Linden parent 41396e3b 1c9d87f9
deps/icu: Fix Windows build w/ Bazel 7

With Bazel 7, trying to compile icu:common resulted incl : Command line error D8004 : '/I' requires an argument

inlinesplit
third_party/icu.BUILD added: 4, removed: 4, total 0
@@ -15,9 +15,9 @@ cc_library(
copts = select({
"@platforms//os:windows": [
"/GR",
"-I source/common/",
"-I source/common/unicode/",
"-I source/stubdata/",
"-Isource/common/",
"-Isource/common/unicode/",
"-Isource/stubdata/",
],
"//conditions:default": [
"-frtti",