Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions download.dd
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,13 @@ $(DIVC download_channels,
$(SBTN $(OSXDMG), dmg) $(SBTN $(ARCH osx, tar.xz), tar.xz)
)

$(MESSAGE_BOX orange, $(B Warning) -
MacOS 15.4 introduced an internal change causing D programs to crash on startup ($(LINK2 https://github.com/dlang/dmd/issues/21126, Issue 21126)), including DMD 2.111 itself.
Please use a $(LINK2 https://github.com/dlang/dmd/releases/download/nightly/dmd.master.osx.tar.xz, nightly release) until 2.112 releases.
)

$(BR)

$(DOWNLOAD Ubuntu/Debian, $(UBUNTU)   $(DEBIAN), linux, Linux,
$(SBTN $(DEB32), i386) $(SBTN $(DEB64), x86_64) $(SBTN $(ARCH linux, tar.xz), tar.xz)
)
Expand Down