소스 검색

Directory may already exist within the cache.

main
offa 7 년 전
부모
커밋
87e11a3f26
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      script/ci_install.sh

+ 1
- 1
script/ci_install.sh 파일 보기

@@ -33,7 +33,7 @@ then
git clone --depth=1 -b ${LLVM_RELEASE} https://github.com/llvm-mirror/libcxx.git llvm-source/projects/libcxx
git clone --depth=1 -b ${LLVM_RELEASE} https://github.com/llvm-mirror/libcxxabi.git llvm-source/projects/libcxxabi

mkdir build && cd build
mkdir -p build && cd build

cmake -DCMAKE_C_COMPILER=${CC} \
-DCMAKE_CXX_COMPILER=${CXX} \

Loading…
취소
저장