Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasdiener authored Mar 23, 2024
1 parent 474b538 commit 0d53468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ fi
# https://github.com/conda-forge/pocl-feedstock/pull/96
if [[ $(uname) == "Darwin" ]]; then
if conda list | grep -q ld64; then
with_echo conda install --yes ld64=609
conda install --yes ld64=609
fi
fi

Expand Down

0 comments on commit 0d53468

Please sign in to comment.