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 33set -eu
44set -o pipefail
55
6- export MASON_RELEASE=" ${MASON_RELEASE:- v0.9.0 } "
7- export MASON_LLVM_RELEASE=" ${MASON_LLVM_RELEASE:- 4.0.0 } "
6+ export MASON_RELEASE=" ${MASON_RELEASE:- v0.14.1 } "
7+ export MASON_LLVM_RELEASE=" ${MASON_LLVM_RELEASE:- 4.0.1 } "
88
99PLATFORM=$( uname | tr A-Z a-z)
1010if [[ ${PLATFORM} == ' darwin' ]]; then
@@ -69,7 +69,7 @@ function run() {
6969 #
7070
7171 echo " export PATH=${llvm_toolchain_dir} /bin:$( pwd) /.mason:$( pwd) /mason_packages/.link/bin:" ' ${PATH}' > ${config}
72- echo " export CXX=${llvm_toolchain_dir} /bin/clang++" >> ${config}
72+ echo " export CXX=${CXX :- ${ llvm_toolchain_dir}/ bin/ clang++} " >> ${config}
7373 echo " export MASON_RELEASE=${MASON_RELEASE} " >> ${config}
7474 echo " export MASON_LLVM_RELEASE=${MASON_LLVM_RELEASE} " >> ${config}
7575 # https://github.com/google/sanitizers/wiki/AddressSanitizerAsDso
You can’t perform that action at this time.
0 commit comments