瀏覽代碼

Hopefully a workaround to make building V8 work again

master
Ray Burgemeestre 1 年之前
父節點
當前提交
383fee5115
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. +3
    -0
      v8pp/build-v8.sh

+ 3
- 0
v8pp/build-v8.sh 查看文件

@@ -49,6 +49,9 @@ gclient sync -r 11.9.169.4 # https://github.com/pmed/v8-nuget/
# I asked a question about this here: https://groups.google.com/forum/#!topic/v8-users/Do5MvAvYFgs
sed -i.bak 's/_LIBCPP_ABI_VERSION=Cr/_LIBCPP_ABI_VERSION=1/' build/config/c++/BUILD.gn

# https://groups.google.com/g/v8-dev/c/AJjIyKMpFmA
sed -i.bak 's/"-Wctad-maybe-unsupported"//' BUILD.gn

# workaround, see notes.txt
echo "v8_enable_embedded_builtins = false" | tee -a out/x64.release/args.gn
echo "v8_use_external_startup_data = false" | tee -a out/x64.release/args.gn

Loading…
取消
儲存