We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50d57a7 commit ca65a17Copy full SHA for ca65a17
build-tools/build_v8.sh
@@ -36,7 +36,7 @@ if [ "${OS}" = "ios" ]; then
36
EXTRA_ARGS="v8_enable_pointer_compression=false v8_enable_webassembly=false target_environment=\"${TARGET_ENVIRONMENT}\""
37
fi
38
if [ "${OS}" = "android" ]; then
39
- EXTRA_ARGS="is_component_build=false v8_target_cpu=\"${ARCH}\" use_custom_libcxx=false android_ndk_root=\"${ANDROID_NDK_ROOT}\" android_ndk_version=\"${ANDROID_NDK_VERSION}\""
+ EXTRA_ARGS="v8_enable_pointer_compression=false v8_enable_webassembly=false is_component_build=false v8_target_cpu=\"${ARCH}\" use_custom_libcxx=false android_ndk_root=\"${ANDROID_NDK_ROOT}\" android_ndk_version=\"${ANDROID_NDK_VERSION}\""
40
41
42
TARGET_ARCH=${ARCH}
0 commit comments