Browse Source

Forgot popd

master
Ray Burgemeestre 2 years ago
parent
commit
e6ed2abff3
1 changed files with 7 additions and 4 deletions
  1. +7
    -4
      v8pp/build-v8.sh

+ 7
- 4
v8pp/build-v8.sh View File

# I guess now we have to install ninja ourselves.. sigh.. # I guess now we have to install ninja ourselves.. sigh..
git clone https://github.com/ninja-build/ninja.git git clone https://github.com/ninja-build/ninja.git
pushd ninja 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) export PATH=`pwd`/depot_tools:"$PATH" # depot tools available now (used to include ninja)



Loading…
Cancel
Save