Parcourir la source

Hopefully a workaround to make building V8 work again

master
Ray Burgemeestre il y a 1 an
Parent
révision
383fee5115
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. +3
    -0
      v8pp/build-v8.sh

+ 3
- 0
v8pp/build-v8.sh Voir le fichier

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

Chargement…
Annuler
Enregistrer