소스 검색

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…
취소
저장