File tree 1 file changed +3
-3
lines changed
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"
12
12
LLVM_VERSION=" 10.0.0"
13
13
14
14
if 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 -
16
16
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++"
19
19
20
20
# macOS 10.15 onwards doesn't have libraries in /usr/include anymore: those
21
21
# 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