mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
Issue #2165 - Follow-up: Always build ICU as shared lib in Windows.
This commit is contained in:
parent
bad884a7c7
commit
18e43fad29
1 changed files with 5 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue