Building from source on Windows
MoonlightSentinel
moonlightsentinel at disroot.org
Sun Jan 30 00:37:46 UTC 2022
On Sunday, 30 January 2022 at 00:16:41 UTC, forkit wrote:
> so I just did this:
Thanks, seems like the makefiles got hit by the switch to the new
default for executables with unittests (run test and exit instead
of `main()`). I've raised a PR to fix this issue:
https://github.com/dlang/dmd/pull/13585.
You can simply skip the deprecated makefiles and run `rdmd
src/build.d`.
More information about the Digitalmars-d
mailing list