Skip to content

Commit d97cec8

Browse files
jacob-carlborgdlang-bot
authored andcommitted
Fix issue 21439: install.sh is disabled for LDC on FreeBSD
1 parent 169d2b6 commit d97cec8

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

script/install.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -808,9 +808,6 @@ install_compiler() {
808808
if [[ $OS == windows && $vernum -lt 1007 ]]; then
809809
url="https://github.com/ldc-developers/ldc/releases/download/v$ver/ldc2-$ver-win$MODEL-msvc.zip"
810810
fi
811-
if [ $OS != linux ] && [ $OS != windows ] && [ $OS != osx ]; then
812-
fatal "no ldc binaries available for $OS"
813-
fi
814811

815812
download_and_unpack_without_verify "$ROOT/$compiler" "$url"
816813

0 commit comments

Comments
 (0)