Skip to content

Commit

Permalink
Removed check that we don't need.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Feb 13, 2024
1 parent 9c8b9b6 commit bbf33e2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Magick.Native/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@ copyToTestProjects() {
copyToTestProject $runtime $platform "Q8" ""
copyToTestProject $runtime $platform "Q16" ""
copyToTestProject $runtime $platform "Q16-HDRI" ""

if [ "$runtime" = "macos" ] && [ "$platform" = "arm64" ]; then
return
fi

copyToTestProject $runtime $platform "Q8" "-OpenMP"
copyToTestProject $runtime $platform "Q16" "-OpenMP"
copyToTestProject $runtime $platform "Q16-HDRI" "-OpenMP"
Expand Down

0 comments on commit bbf33e2

Please sign in to comment.