Skip to content

Commit

Permalink
missed one
Browse files Browse the repository at this point in the history
  • Loading branch information
aG0aep6G committed Aug 28, 2016
1 parent 0e44ee7 commit 4da871d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rdmd.d
Expand Up @@ -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
];
Expand Down

0 comments on commit 4da871d

Please sign in to comment.