https://issues.dlang.org/show_bug.cgi?id=21567
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |rg Hardware|x86_64 |All --- Comment #1 from [email protected] --- This isn't strictly a build.d issue because it the old makefile implementation had the same problem. The real problem is that the tarball uses a different directory layout than the git project. The tarball includes only the configuration files for the current os: Git: - ini/ - linux/ - bin32/ - bin64/ - windows/ - ... Tarball: - linux/ - bin32/ - bin64/ --
