This repository was archived by the owner on Oct 12, 2022. It is now read-only.
Commit e133c26
win**.mak: Forward DMD for copyDir
The target might require the host compiler, e.g. when run as a standalone.
Previously `make -f .\win32.mak copydir` failed due to `$(DMD)` expanding
to the empty string:
```
"make" -f mak/WINDOWS copydir HOST_DMD="dmd" MODEL=32 IMPDIR="import"
conf= -c -o- -Isrc -Iimport -Hfimport\core\sync\barrier.di src\core\sync\barrier.d
Error: 'conf=' not found
```1 parent 4b07cff commit e133c26
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
0 commit comments