Skip to content

Commit f57d363

Browse files
authored
Merge pull request #4287 from dkorpel/apply-nightly-downloadlink
Add warning about MacOS 15.4 breakage
2 parents 9889e85 + 965edf5 commit f57d363

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

download.dd

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,13 @@ $(DIVC download_channels,
101101
$(SBTN $(OSXDMG), dmg) $(SBTN $(ARCH osx, tar.xz), tar.xz)
102102
)
103103

104+
$(MESSAGE_BOX orange, $(B Warning) -
105+
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.
106+
Please use a $(LINK2 https://github.com/dlang/dmd/releases/download/nightly/dmd.master.osx.tar.xz, nightly release) until 2.112 releases.
107+
)
108+
109+
$(BR)
110+
104111
$(DOWNLOAD Ubuntu/Debian, $(UBUNTU)   $(DEBIAN), linux, Linux,
105112
$(SBTN $(DEB32), i386) $(SBTN $(DEB64), x86_64) $(SBTN $(ARCH linux, tar.xz), tar.xz)
106113
)

0 commit comments

Comments
 (0)