From 24d3958a91f43609e516e4d87029b11882700f64 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 5 Apr 2023 08:09:36 +0200 Subject: Build forwarded configurations via src_root rather than out_root (GH issue #177) --- bpkg/package-skeleton.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bpkg/package-skeleton.cxx') 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; -- cgit v1.1