We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44f1bbe commit 015e733Copy full SHA for 015e733
1 file changed
android_configure.py
@@ -82,4 +82,4 @@ def patch_android():
82
os.environ['GYP_DEFINES'] = GYP_DEFINES
83
84
if os.path.exists("./configure"):
85
- os.system("./configure --dest-cpu=" + DEST_CPU + " --dest-os=android --openssl-no-asm --cross-compiling --without-intl --shared")
+ os.system("./configure --dest-cpu=" + DEST_CPU + " --dest-os=android --openssl-no-asm --cross-compiling --shared")
0 commit comments