Skip to content

Commit

Permalink
Wait I might want to export
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewQuijano committed Jul 10, 2024
1 parent 5867062 commit d94ad6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup_container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ progress() {

if [ -z "${LLVM_DIR}" ]; then
echo "LLVM_DIR is not set ${LLVM_DIR}, setting it to /usr/lib/llvm-11"
LLVM_DIR=/usr/lib/llvm-11
export LLVM_DIR=/usr/lib/llvm-11
else
echo "LLVM_DIR is set to '${LLVM_DIR}'"
fi
Expand Down

0 comments on commit d94ad6b

Please sign in to comment.