Issue #2165 - Follow-up: Always build ICU as shared lib in Windows.

This commit is contained in:
Job Bautista 2023-03-24 17:51:39 +08:00 committed by roytam1
commit 18e43fad29

View file

@ -5152,6 +5152,11 @@ MOZ_ARG_ENABLE_BOOL(shared-icu,
MOZ_SHARED_ICU=1,
MOZ_SHARED_ICU=)
# We want shared ICU to always be enabled on Windows regardless of the enable bool.
if test "$OS_ARCH" = "WINNT"; then
MOZ_SHARED_ICU=1
fi
MOZ_CONFIG_ICU()
dnl Echo the CFLAGS to remove extra whitespace.