Skip to content

Commit

Permalink
clang_base_path=\"/usr\"
Browse files Browse the repository at this point in the history
  • Loading branch information
chexiongsheng committed Jul 23, 2024
1 parent af4044a commit 4436b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ node $GITHUB_WORKSPACE/node-script/patchs.js . $VERSION
echo "=====[ Building V8 ]====="

if [ "$VERSION" == "11.8.172" ]; then
gn gen out.gn/x64.release --args="is_debug=false v8_enable_i18n_support=false v8_use_snapshot=true v8_use_external_startup_data=false v8_static_library=true strip_debug_info=true symbol_level=0 libcxx_abi_unstable=false v8_enable_pointer_compression=false v8_enable_sandbox=false use_custom_libcxx=false is_clang=true simple_template_names=false clang_use_chrome_plugins=false v8_enable_maglev=false use_sysroot=false use_glib=false"
gn gen out.gn/x64.release --args="is_debug=false v8_enable_i18n_support=false v8_use_snapshot=true v8_use_external_startup_data=false v8_static_library=true strip_debug_info=true symbol_level=0 libcxx_abi_unstable=false v8_enable_pointer_compression=false v8_enable_sandbox=false use_custom_libcxx=false is_clang=true simple_template_names=false clang_use_chrome_plugins=false v8_enable_maglev=false use_sysroot=false use_glib=false clang_base_path=\"/usr\""
elif [ "$VERSION" == "10.6.194"]; then
gn gen out.gn/x64.release --args="is_debug=false v8_enable_i18n_support=false v8_use_snapshot=true v8_use_external_startup_data=false v8_static_library=true strip_debug_info=true symbol_level=0 libcxx_abi_unstable=false v8_enable_pointer_compression=false v8_enable_sandbox=false use_custom_libcxx=false is_clang=true"
else
Expand Down

0 comments on commit 4436b39

Please sign in to comment.