Commit b9510f2
committed
makefile: Support absolute paths for dmd
With gdc and ldc2, DC=/usr/bin/ldc2 or other paths are correctly handled. With
dmd, ldmd2, or gdmd, this is not the case because the makefile requires that DC
must be exactly dmd, or ldmd2, or gdmd, absolute paths or versioned
exes (dmd-2.111) not being supported.
Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>1 parent b7bcc8a commit b9510f2
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
0 commit comments