Sfoglia il codice sorgente

This should fix v8pp build

master
Ray Burgemeestre 2 anni fa
parent
commit
628672ac6a
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. +2
    -1
      v8pp/build-v8pp.sh

+ 2
- 1
v8pp/build-v8pp.sh Vedi File

@@ -1,5 +1,6 @@
typeset currentdir=$PWD/out
pushd v8pp
mkdir -p out;
pushd out
pwd
cmake -DV8_INCLUDE_DIRS=/opt/cppse/build/v8pp/include -DV8_LIB=/opt/cppse/build/v8pp/lib -DV8_LIBPLATFORM=/opt/cppse/build/v8pp/lib -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=ON ..
cmake -DV8_INCLUDE_DIRS=$currentdir/opt/cppse/build/v8pp/include -DV8_LIB=$currentdir/opt/cppse/build/v8pp/lib -DV8_LIBPLATFORM=$currentdir/opt/cppse/build/v8pp/lib -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=ON ..

Loading…
Annulla
Salva