Explorar el Código

Hopefully a workaround to make building V8 work again

master
Ray Burgemeestre hace 1 año
padre
commit
383fee5115
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. +3
    -0
      v8pp/build-v8.sh

+ 3
- 0
v8pp/build-v8.sh Ver fichero

@@ -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

Cargando…
Cancelar
Guardar