Skip to content

Commit 71a6f26

Browse files
committed
[ldc-build-runtime: Define LDMD_EXE_FULL for druntime integration tests]
1 parent 48b38b2 commit 71a6f26

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

runtime/ldc-build-runtime.d.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,12 @@ void prepareLdcSource() {
150150
void runCMake() {
151151
const wd = WorkingDirScope(config.buildDir);
152152

153+
const ldmdExecutable = buildPath(config.ldcExecutable.dirName, "ldmd2" ~ exeSuffix);
154+
153155
string[] args = [
154156
"cmake",
155157
"-DLDC_EXE_FULL=" ~ config.ldcExecutable,
158+
"-DLDMD_EXE_FULL=" ~ ldmdExecutable,
156159
"-DDMDFE_MINOR_VERSION=@DMDFE_MINOR_VERSION@",
157160
"-DDMDFE_PATCH_VERSION=@DMDFE_PATCH_VERSION@",
158161
];

0 commit comments

Comments
 (0)