mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-11 18:33:14 +01:00
LDMD: Fix -deps generation.
This commit is contained in:
@@ -800,6 +800,7 @@ void buildCommandLine(std::vector<const char*>& r, const Params& p)
|
||||
pushSwitches("-L=", p.linkerSwitches, r);
|
||||
if (p.defaultLibName) r.push_back(concat("-defaultlib=", p.defaultLibName));
|
||||
if (p.debugLibName) r.push_back(concat("-debuglib=", p.debugLibName));
|
||||
if (p.moduleDepsFile) r.push_back(concat("-deps=", p.moduleDepsFile));
|
||||
if (p.hiddenDebugB) r.push_back("-hidden-debug-b");
|
||||
if (p.hiddenDebugC) r.push_back("-hidden-debug-c");
|
||||
if (p.hiddenDebugF) r.push_back("-hidden-debug-f");
|
||||
|
||||
Reference in New Issue
Block a user