Skip to content

Commit

Permalink
Fixed typo in libomp package name
Browse files Browse the repository at this point in the history
  • Loading branch information
tomas-soltys committed Jul 8, 2021
1 parent 3379de1 commit 0113237
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 0113237

Please sign in to comment.