Skip to content

Commit

Permalink
Merge branch 'master' into github_master
Browse files Browse the repository at this point in the history
  • Loading branch information
tomas-soltys committed Jul 8, 2021
2 parents a63af06 + 0113237 commit 436c21c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/prereqs_mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ fi

if [[ ! -x /usr/local/opt/llvm/bin/clang ]]; then
echo_i "Installing llvm/clang"
packagesToInstall+="llvm libopm"
packagesToInstall+="llvm libomp"
fi

if [ -n "$packagesToInstall" ]; then
Expand Down

0 comments on commit 436c21c

Please sign in to comment.