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 169d2b6 commit d97cec8Copy full SHA for d97cec8
1 file changed
script/install.sh
@@ -808,9 +808,6 @@ install_compiler() {
808
if [[ $OS == windows && $vernum -lt 1007 ]]; then
809
url="https://github.com/ldc-developers/ldc/releases/download/v$ver/ldc2-$ver-win$MODEL-msvc.zip"
810
fi
811
- if [ $OS != linux ] && [ $OS != windows ] && [ $OS != osx ]; then
812
- fatal "no ldc binaries available for $OS"
813
- fi
814
815
download_and_unpack_without_verify "$ROOT/$compiler" "$url"
816
0 commit comments