We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c75829b commit e584d68Copy full SHA for e584d68
main.sh
@@ -33,6 +33,7 @@ case $compiler in
33
install_lfortran $platform
34
;;
35
*)
36
+ echo "Compiler '$compiler' not supported. Please check docs."
37
exit 1
38
39
esac
0 commit comments