Merge pull request #446 from MartinNowak/merge_stable

merge stable

Signed-off-by: Iain Buclaw <ibuclaw@users.noreply.github.com>
Merged-on-behalf-of: Iain Buclaw <ibuclaw@users.noreply.github.com>
This commit is contained in:
The Dlang Bot 2022-05-15 12:07:25 +00:00 committed by GitHub
commit 0b2b6934ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +0,0 @@
rdmd now supports specifying the D compiler using the `RDMD_DMD` environment variable
rdmd now uses the `RDMD_DMD` environment variable, if it is present in the environment, to choose the D compiler to use. As with the `--compiler` option, the variable's value must specify the name or path of a compiler with a DMD-like command line syntax, such as `gdmd` or `ldmd2`. The variable overrides the default (which is decided at the time `rdmd` was built), but can still be overridden by the `--compiler` option.