aboutsummaryrefslogtreecommitdiff
path: root/bpkg/package-skeleton.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2023-04-05 08:09:36 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2023-04-05 08:09:36 +0200
commit24d3958a91f43609e516e4d87029b11882700f64 (patch)
treea5c9936bd3a77beca13b421959266f00ac9b6fe0 /bpkg/package-skeleton.cxx
parent5ca24c8b53aa32aaca81fec1fe7451b391488487 (diff)
Build forwarded configurations via src_root rather than out_root (GH issue #177)
Diffstat (limited to 'bpkg/package-skeleton.cxx')
-rw-r--r--bpkg/package-skeleton.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/package-skeleton.cxx b/bpkg/package-skeleton.cxx
index c3015da..899fb48 100644
--- a/bpkg/package-skeleton.cxx
+++ b/bpkg/package-skeleton.cxx
@@ -31,7 +31,7 @@ using namespace butl;
namespace bpkg
{
- // These are defined in bpkg.cxx and initialized in main().
+ // These are defined in bpkg.cxx and initialized by build2_init().
//
extern strings build2_cmd_vars;
extern build2::scheduler build2_sched;