From 4da871db19f0311082cfa5fe25284d91142169a9 Mon Sep 17 00:00:00 2001 From: anonymous Date: Mon, 29 Aug 2016 00:59:52 +0200 Subject: [PATCH] missed one --- rdmd.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rdmd.d b/rdmd.d index cdb885ecc7..df048944ad 100644 --- a/rdmd.d +++ b/rdmd.d @@ -719,7 +719,7 @@ private string[string] compileRootAndGetDeps(string rootModule, string workDir, auto depsGetter = [ compiler ] ~ compilerFlags ~ [ "-v", "-c", - "-of" ~ buildPath(objDir, rootModule.baseName(".d")~objExt), + "-of" ~ buildPath(objDir, rootModule.baseName(".d") ~ objExt), rootModule, "-I" ~ rootDir ];