aboutsummaryrefslogtreecommitdiff
path: root/bpkg/package-skeleton.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2022-05-19 14:24:18 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2022-06-07 21:14:14 +0300
commit141dd9fe0f04fab25c8bda8d831c818b62a6dbb0 (patch)
treedc273475fbd7466b8ac1f4740782ebebd6c895e9 /bpkg/package-skeleton.hxx
parent5754ef6aca5ccab95476a159a1da7b41effdd03d (diff)
Pass config variables sources to skeleton constructor
Diffstat (limited to 'bpkg/package-skeleton.hxx')
-rw-r--r--bpkg/package-skeleton.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/package-skeleton.hxx b/bpkg/package-skeleton.hxx
index 3e0da50..6030bdd 100644
--- a/bpkg/package-skeleton.hxx
+++ b/bpkg/package-skeleton.hxx
@@ -54,7 +54,7 @@ namespace bpkg
database&,
const available_package&,
strings config_vars,
- /*const vector<config_variable>* config_srcs,*/ // @@ TMP
+ const vector<config_variable>* config_srcs,
optional<dir_path> src_root,
optional<dir_path> out_root);