aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/cc/msvc.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/cc/msvc.cxx')
-rw-r--r--libbuild2/cc/msvc.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/libbuild2/cc/msvc.cxx b/libbuild2/cc/msvc.cxx
index 1bdd2bb..ce54964 100644
--- a/libbuild2/cc/msvc.cxx
+++ b/libbuild2/cc/msvc.cxx
@@ -426,7 +426,7 @@ namespace build2
// Enter the target.
//
T* t;
- common::insert_library (p.scope->ctx, t, name, d, e, exist, trace);
+ common::insert_library (p.scope->ctx, t, name, d, ld, e, exist, trace);
t->mtime (mt);
t->path (move (f));
@@ -488,7 +488,7 @@ namespace build2
{
ulock l (
insert_library (
- pk.scope->ctx, s, *pk.tk.name, d, nullopt, exist, trace));
+ pk.scope->ctx, s, *pk.tk.name, d, ld, nullopt, exist, trace));
if (!exist)
{