Skip to content

Commit ead4e39

Browse files
authored
Merge pull request #447 from MartinNowak/merge_stable
merge stable
2 parents e8e7e51 + 83aa593 commit ead4e39

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

create_dmd_release/create_dmd_release.d

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ void cleanAll(Bits bits, string branch)
314314
auto bitsStr = bits == Bits.bits32? "32" : "64";
315315
auto bitsDisplay = toString(bits);
316316
auto makeModel = " MODEL="~bitsStr;
317-
auto hostDMDEnv = " HOST_DC="~hostDMD;
317+
auto hostDMDEnv = " HOST_DC="~hostDMD~" HOST_DMD="~hostDMD;
318318
auto latest = " LATEST="~branch;
319319

320320
// common make arguments
@@ -407,7 +407,7 @@ void buildAll(Bits bits, string branch, bool dmdOnly=false)
407407
auto dmdEnv = " DMD=../dmd/generated/"~osDirName~"/release/"~bitsStr~"/dmd"~exe;
408408
enum dmdConf = "dmd.conf";
409409
}
410-
auto hostDMDEnv = " HOST_DC="~hostDMD;
410+
auto hostDMDEnv = " HOST_DC="~hostDMD~" HOST_DMD="~hostDMD;
411411
auto isRelease = " ENABLE_RELEASE=1";
412412
auto latest = " LATEST="~branch;
413413
// PIC libraries on amd64 for PIE-by-default distributions, see Bugzilla 16794

0 commit comments

Comments
 (0)