Ver código fonte

Fix v8pp build, only run cmake, it's sufficient to get our config.hpp

master
Ray Burgemeestre 2 anos atrás
pai
commit
636ccb9e3a
1 arquivos alterados com 0 adições e 3 exclusões
  1. +0
    -3
      v8pp/build-v8pp.sh

+ 0
- 3
v8pp/build-v8pp.sh Ver arquivo

@@ -3,6 +3,3 @@ 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 ..
ls -alh
make
# make install

Carregando…
Cancelar
Salvar