aboutsummaryrefslogtreecommitdiff
path: root/bpkg/rep-info.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/rep-info.cxx')
-rw-r--r--bpkg/rep-info.cxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/bpkg/rep-info.cxx b/bpkg/rep-info.cxx
index 7d78173..190a210 100644
--- a/bpkg/rep-info.cxx
+++ b/bpkg/rep-info.cxx
@@ -65,11 +65,14 @@ namespace bpkg
init_tmp (conf != nullptr ? *conf : empty_dir_path);
+ bool ignore_unknown (!o.manifest () || o.ignore_unknown ());
+
rep_fetch_data rfd (
rep_fetch (o,
conf,
rl,
- !o.manifest () /* ignore_unknow */,
+ ignore_unknown,
+ ignore_unknown /* ignore_toolchain */,
o.deep () /* expand_values */,
o.deep () /* load_buildfiles */));