Skip to content

Commit ca65a17

Browse files
committed
Copy some flags from iOS
1 parent 50d57a7 commit ca65a17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-tools/build_v8.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ if [ "${OS}" = "ios" ]; then
3636
EXTRA_ARGS="v8_enable_pointer_compression=false v8_enable_webassembly=false target_environment=\"${TARGET_ENVIRONMENT}\""
3737
fi
3838
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}\""
39+
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}\""
4040
fi
4141

4242
TARGET_ARCH=${ARCH}

0 commit comments

Comments
 (0)