ソースを参照

Once more with feeling..

master
Ray Burgemeestre 2年前
コミット
3b5e478f44
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      v8pp/build-v8pp.sh

+ 1
- 1
v8pp/build-v8pp.sh ファイルの表示

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

読み込み中…
キャンセル
保存