From 850b398e3254bba4a535c14114912d5677530073 Mon Sep 17 00:00:00 2001 From: johnche Date: Wed, 8 May 2024 17:05:36 +0800 Subject: [PATCH] =?UTF-8?q?10.6=E5=9C=A8linux=E4=B8=8Buse=5Fcustom=5Flibcx?= =?UTF-8?q?x=3Dfalse?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- linux.sh | 1 + linux_arm64.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/linux.sh b/linux.sh index 0decd3d..25e89cf 100644 --- a/linux.sh +++ b/linux.sh @@ -78,6 +78,7 @@ if [ "$VERSION" == "10.6.194" ]; then libcxx_abi_unstable = false v8_enable_pointer_compression=false v8_enable_sandbox = false + use_custom_libcxx=false ' else python ./tools/dev/v8gen.py x64.release -vv -- ' diff --git a/linux_arm64.sh b/linux_arm64.sh index 2a306a4..e7a429c 100644 --- a/linux_arm64.sh +++ b/linux_arm64.sh @@ -82,6 +82,7 @@ if [ "$VERSION" == "10.6.194" ]; then libcxx_abi_unstable = false v8_enable_pointer_compression=false v8_enable_sandbox = false + use_custom_libcxx=false ' else python ./tools/dev/v8gen.py arm64.release -vv -- '