Skip to content

Commit

Permalink
Export CLANG_DIR because it is used by CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
kj4ezj committed Mar 15, 2023
1 parent 26f9216 commit be12af3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pinned_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ try(){
}

install_clang() {
CLANG_DIR="$1"
export CLANG_DIR="$1"
if [ ! -d "${CLANG_DIR}" ]; then
echo "Installing Clang ${CLANG_VER} @ ${CLANG_DIR}"
mkdir -p "${CLANG_DIR}"
Expand Down

0 comments on commit be12af3

Please sign in to comment.