瀏覽代碼

Forgot popd

master
Ray Burgemeestre 2 年之前
父節點
當前提交
e6ed2abff3
共有 1 個檔案被更改,包括 7 行新增4 行删除
  1. +7
    -4
      v8pp/build-v8.sh

+ 7
- 4
v8pp/build-v8.sh 查看文件

@@ -5,11 +5,14 @@ set -ex
# I guess now we have to install ninja ourselves.. sigh..
git clone https://github.com/ninja-build/ninja.git
pushd ninja
git checkout v1.11.1
git checkout v1.11.1

cmake -Bbuild-cmake
cmake --build build-cmake
export PATH=`pwd`/build-cmake:"$PATH" # ninja available now
cmake -Bbuild-cmake
cmake --build build-cmake

export PATH=`pwd`/build-cmake:"$PATH" # ninja available now

popd

export PATH=`pwd`/depot_tools:"$PATH" # depot tools available now (used to include ninja)


Loading…
取消
儲存