Skip to content

Commit d6ec07b

Browse files
committed
Enable full ICU
1 parent 0f98df0 commit d6ec07b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libexec/build-libv8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ case "$(uname -m)" in
4545
;;
4646
esac
4747

48-
"${PYTHON}" configure --openssl-no-asm --without-npm --shared --with-intl=small-icu ${enable_pointer_compression}
48+
"${PYTHON}" configure --openssl-no-asm --without-npm --shared --with-intl=full-icu ${enable_pointer_compression}
4949
make BUILDTYPE=Release config.gypi
5050
make BUILDTYPE=Release out/Makefile
5151

0 commit comments

Comments
 (0)