diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2023-05-16 10:10:59 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2023-05-16 10:10:59 +0200 |
commit | e04fc00e978bb242f2aa6f0d1a6c4075048c9e09 (patch) | |
tree | 93f8d9c23cd25e473122fb78e75800f73370a9d3 /libbuild2/file.cxx | |
parent | a933cdeb0c674409bbd52757bcef314fd8bddb46 (diff) |
Enter export stub targets with correct out
Diffstat (limited to 'libbuild2/file.cxx')
-rw-r--r-- | libbuild2/file.cxx | 2 |
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, |