Browse Source

Once more with feeling..

master
Ray Burgemeestre 2 years ago
parent
commit
3b5e478f44
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      v8pp/build-v8pp.sh

+ 1
- 1
v8pp/build-v8pp.sh View File

@@ -1,3 +1,3 @@
typeset currentdir=$PWD/out
pushd v8pp
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 ..
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…
Cancel
Save