File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ source "$(cd "$(dirname "$0")" && pwd)/../shared.sh"
1212LLVM_VERSION=" 10.0.0"
1313
1414if isMacOS; then
15- curl -f " ${MIRRORS_BASE} /clang%2Bllvm-${LLVM_VERSION} -x86_64-darwin- apple.tar.xz" | tar xJf -
15+ curl -f " ${MIRRORS_BASE} /clang%2Bllvm-${LLVM_VERSION} -x86_64-apple-darwin .tar.xz" | tar xJf -
1616
17- ciCommandSetEnv CC " $( pwd) /clang+llvm-${LLVM_VERSION} -x86_64-darwin- apple/bin/clang"
18- ciCommandSetEnv CXX " $( pwd) /clang+llvm-${LLVM_VERSION} -x86_64-darwin- apple/bin/clang++"
17+ ciCommandSetEnv CC " $( pwd) /clang+llvm-${LLVM_VERSION} -x86_64-apple-darwin /bin/clang"
18+ ciCommandSetEnv CXX " $( pwd) /clang+llvm-${LLVM_VERSION} -x86_64-apple-darwin /bin/clang++"
1919
2020 # macOS 10.15 onwards doesn't have libraries in /usr/include anymore: those
2121 # are now located deep into the filesystem, under Xcode's own files. The
You can’t perform that action at this time.
0 commit comments