Explorar el Código

Build v8 with clang++

master
Ray Burgemeestre hace 5 años
padre
commit
061d33c69a
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. +5
    -0
      v8pp/Makefile

+ 5
- 0
v8pp/Makefile Ver fichero

@@ -7,6 +7,11 @@ v8pp:
make package

build:
update-alternatives --install /usr/bin/c++ c++ /usr/bin/clang++-7 40
update-alternatives --install /usr/bin/cc cc /usr/bin/clang-7 40
update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-7 40
update-alternatives --install /usr/bin/clang clang /usr/bin/clang-7 40
update-alternatives --install /usr/bin/ld ld /usr/bin/ld.lld-7 40
apt-get update
apt-get install pkg-config -y
cd v8pp && ./build-v8.sh

Cargando…
Cancelar
Guardar