Skip to content

Commit 015e733

Browse files
committed
build for Android with Intl support
1 parent 44f1bbe commit 015e733

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

android_configure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,4 @@ def patch_android():
8282
os.environ['GYP_DEFINES'] = GYP_DEFINES
8383

8484
if os.path.exists("./configure"):
85-
os.system("./configure --dest-cpu=" + DEST_CPU + " --dest-os=android --openssl-no-asm --cross-compiling --without-intl --shared")
85+
os.system("./configure --dest-cpu=" + DEST_CPU + " --dest-os=android --openssl-no-asm --cross-compiling --shared")

0 commit comments

Comments
 (0)