From 20cb971896bc910a0bc5ebe6dd1a0bba1f186e56 Mon Sep 17 00:00:00 2001 From: David Minton Date: Fri, 16 Feb 2024 12:22:23 -0500 Subject: [PATCH] Fixed issue in the set_compilers.sh script that was preventing builds from happening on Linux --- buildscripts/set_compilers.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/buildscripts/set_compilers.sh b/buildscripts/set_compilers.sh index c2fb07f9f..bbe52a2a0 100755 --- a/buildscripts/set_compilers.sh +++ b/buildscripts/set_compilers.sh @@ -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