Skip to content

Commit 58be42e

Browse files
committed
Add quotes around target environment value
1 parent de84148 commit 58be42e

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
@@ -33,7 +33,7 @@ if [ "${OS}" = "linux" ] && [ "${ARCH}" == "arm64" ]; then
3333
EXTRA_ARGS="clang_base_path=\"/usr/lib/llvm-21\" clang_use_chrome_plugins=false treat_warnings_as_errors=false"
3434
fi
3535
if [ "${OS}" = "ios" ]; then
36-
EXTRA_ARGS="v8_enable_pointer_compression=false v8_enable_webassembly=false target_environment=${TARGET_ENVIRONMENT}"
36+
EXTRA_ARGS="v8_enable_pointer_compression=false v8_enable_webassembly=false target_environment=\"${TARGET_ENVIRONMENT}\""
3737
fi
3838

3939
TARGET_ARCH=${ARCH}

0 commit comments

Comments
 (0)