aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-08-30 09:59:40 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-08-30 09:59:40 +0200
commitabb03117ebb31149b19bf9d0baeb93f0e5cb3ec7 (patch)
treed90c1f4dd6c9d3fd638cb42e6b9d655953b2dadc
parent91519162dc979e2efb1e66bae2513903324f3235 (diff)
Produce more flexible export stub in bdep-new
-rw-r--r--bdep/new.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bdep/new.cxx b/bdep/new.cxx
index 264cd47..bd88c5a 100644
--- a/bdep/new.cxx
+++ b/bdep/new.cxx
@@ -1002,7 +1002,7 @@ namespace bdep
<< " include " << b << "/" << endl
<< "}" << endl
<< endl
- << "export $out_root/" << b << "/lib{" << s << "}" << endl;
+ << "export $out_root/" << b << "/$import.target" << endl;
os.close ();
// tests/ (tests subproject).