Quellcode durchsuchen

Once more with feeling..

master
Ray Burgemeestre vor 2 Jahren
Ursprung
Commit
3b5e478f44
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      v8pp/build-v8pp.sh

+ 1
- 1
v8pp/build-v8pp.sh Datei anzeigen

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

Laden…
Abbrechen
Speichern