Skip to content

Commit f77a7f5

Browse files
committed
Update: Added freebsd to the install list
1 parent 803d2e2 commit f77a7f5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/redub/misc/ldc_install.d

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ string getLdcDownloadLink(string ver, OS os = std.system.os, ISA isa = instructi
7676
sys = "windows-multilib.7z";
7777
else if(os.isApple)
7878
sys = "osx-universal.tar.xz";
79+
else if(os == OS.freeBSD)
80+
sys = "freebsd-x86_64.tar.xz";
7981
else if(os.isPosix)
8082
sys = isa == ISA.aarch64 ? "linux-aarch64.tar.xz" : "linux-x86_64.tar.xz";
8183
else

0 commit comments

Comments
 (0)