Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Fixed issue in the set_compilers.sh script that was preventing builds…
Browse files Browse the repository at this point in the history
… from happening on Linux
  • Loading branch information
daminton committed Feb 16, 2024
1 parent af84884 commit 20cb971
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions buildscripts/set_compilers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@ case $OS in
*MSYS*)
OS="Windows"
;;
*)
echo "Swiftest is currently not configured to build for platform ${OS}-${ARCH}"
exit 1
;;
esac

if [[ $OS == "Linux" ]]; then
Expand Down

0 comments on commit 20cb971

Please sign in to comment.