https://issues.dlang.org/show_bug.cgi?id=21567
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #3 from Dlang Bot <[email protected]> --- dlang/dmd pull request #12144 "Fix 21567 - build.d install fails for sources from official releases" was merged into stable: - 3b09e469d17965044488d946e5a4ab0b2bc083f5 by MoonlightSentinel: Fix 21567 - build.d install fails for sources from official releases The official releases only include the configuration of the current OS in the root directory instead off multiple configurations nested in the `ini` folder. This commit checks whether the `ini` directory exists and falls back to the expected path for releases otherwise. https://github.com/dlang/dmd/pull/12144 --
