You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if [ "$desired_version"!="-1" ];then majorVersion="$_major";break;fi
100
+
i=$((i -1))
96
101
done
97
102
98
103
if [ -z"$majorVersion" ];then
99
104
if!command -v "$compiler"> /dev/null;then
100
-
echo"Error: No usable version of $compiler found."
105
+
echo"Error: No compatible version of $compilerwas found within the range of $minVersion to $maxVersion. Please upgrade your toolchain or specify the compiler explicitly using CLR_CC and CLR_CXX environment variables."
0 commit comments