aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/file.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2023-05-16 10:10:59 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2023-05-16 10:10:59 +0200
commite04fc00e978bb242f2aa6f0d1a6c4075048c9e09 (patch)
tree93f8d9c23cd25e473122fb78e75800f73370a9d3 /libbuild2/file.cxx
parenta933cdeb0c674409bbd52757bcef314fd8bddb46 (diff)
Enter export stub targets with correct out
Diffstat (limited to 'libbuild2/file.cxx')
-rw-r--r--libbuild2/file.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/file.cxx b/libbuild2/file.cxx
index 99eab96..c22fff9 100644
--- a/libbuild2/file.cxx
+++ b/libbuild2/file.cxx
@@ -2732,7 +2732,7 @@ namespace build2
});
parser p (ctx);
- v = p.parse_export_stub (ifs, path_name (es), gs, ts);
+ v = p.parse_export_stub (ifs, path_name (es), *root, gs, ts);
}
// If there were no export directive executed in an export stub,