Skip to content

Commit

Permalink
Update select_makefile.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
borisbolliet committed Sep 28, 2024
1 parent ce401e8 commit c231f9e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion class-sz/select_makefile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ elif [ "$UNAME_S" == "Linux" ]; then
cp Makefile_linux Makefile
else
echo "OS not supported yet: $UNAME_S. See README.md for preM1 mac. Otherwise, please get in touch or open an issue on the CLASS-SZ github."
exit 1
echo "UNAME_S: $UNAME_S"
echo "UNAME_M: $UNAME_M"
echo "will try with Makefile_linux"
cp Makefile_linux Makefile
fi

0 comments on commit c231f9e

Please sign in to comment.