Skip to content

Commit

Permalink
Fix issue 21439: install.sh is disabled for LDC on FreeBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-carlborg authored and dlang-bot committed Dec 1, 2020
1 parent 169d2b6 commit d97cec8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions script/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -808,9 +808,6 @@ install_compiler() {
if [[ $OS == windows && $vernum -lt 1007 ]]; then
url="https://github.com/ldc-developers/ldc/releases/download/v$ver/ldc2-$ver-win$MODEL-msvc.zip"
fi
if [ $OS != linux ] && [ $OS != windows ] && [ $OS != osx ]; then
fatal "no ldc binaries available for $OS"
fi

download_and_unpack_without_verify "$ROOT/$compiler" "$url"

Expand Down

0 comments on commit d97cec8

Please sign in to comment.