srctree

Robin Linden parent ce659667 04534560
deps: Update icu

inlinesplit
WORKSPACE added: 8, removed: 8, total 0
@@ -139,15 +139,15 @@ local_repository(
http_archive(
name = "icu", # Unicode-DFS-2016
build_file = "//third_party:icu.BUILD",
integrity = "sha256-ykZL+nO8AOvbhQVGUU0B86mDFZ/aD3aC/2v0095WhEw=",
integrity = "sha256-J7hlCpTfb5Rcs7aGvjvjIMKjLt8+zimBZyv5i7O6qeE=",
patch_cmds = [
"rm source/common/BUILD.bazel",
"rm source/stubdata/BUILD.bazel",
"rm source/tools/toolutil/BUILD.bazel",
"rm source/i18n/BUILD.bazel",
],
strip_prefix = "icu-release-74-1/icu4c",
url = "https://github.com/unicode-org/icu/archive/refs/tags/release-74-1.tar.gz",
strip_prefix = "icu-release-74-2/icu4c",
url = "https://github.com/unicode-org/icu/archive/refs/tags/release-74-2.tar.gz",
)
 
# https://github.com/ocornut/imgui
 
third_party/icu.BUILD added: 8, removed: 8, total 0
@@ -178,12 +178,12 @@ SO=dylib
SOBJ=dylib
A=a
LIBPREFIX=lib
LIB_EXT_ORDER=.74.1.dylib
LIB_EXT_ORDER=.74.2.dylib
COMPILE=clang -DU_ATTRIBUTE_DEPRECATED= -DU_HAVE_STRTOD_L=1 -DU_HAVE_XLOCALE_H=1 -DU_HAVE_STRING_VIEW=1 -O2 -std=c11 -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -Qunused-arguments -Wno-parentheses-equality -fno-common -c
LIBFLAGS=-dynamic
GENLIB=clang -dynamiclib -dynamic -O2 -std=c11 -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -Qunused-arguments -Wno-parentheses-equality
LDICUDTFLAGS=
LD_SONAME=-Wl,-compatibility_version -Wl,74 -Wl,-current_version -Wl,74.1 -install_name
LD_SONAME=-Wl,-compatibility_version -Wl,74 -Wl,-current_version -Wl,74.2 -install_name
RPATH_FLAGS=
BIR_LDFLAGS=
AR=ar
@@ -198,7 +198,7 @@ SO=so
SOBJ=so
A=a
LIBPREFIX=lib
LIB_EXT_ORDER=.74.1
LIB_EXT_ORDER=.74.2
COMPILE=gcc -D_REENTRANT -DU_HAVE_ELF_H=1 -DU_HAVE_STRTOD_L=1 -DU_HAVE_XLOCALE_H=0 -DU_DISABLE_RENAMING=1 -DU_ATTRIBUTE_DEPRECATED= -march=native -O2 -pipe -std=c11 -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -c
LIBFLAGS=-DPIC -fPIC
GENLIB=gcc -march=native -O2 -pipe -std=c11 -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -Wl,-O1 -Wl,--as-needed -shared -Wl,-Bsymbolic