aboutsummaryrefslogtreecommitdiff
path: root/bpkg/cfg-create.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/cfg-create.cxx')
-rw-r--r--bpkg/cfg-create.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/bpkg/cfg-create.cxx b/bpkg/cfg-create.cxx
index 09d8e79..29de01c 100644
--- a/bpkg/cfg-create.cxx
+++ b/bpkg/cfg-create.cxx
@@ -270,10 +270,10 @@ namespace bpkg
o.existing (),
o.wipe (),
o.uuid_specified () ? o.uuid () : optional<uuid> (),
- (o.host_config_specified ()
+ (o.host_config_specified () && !o.no_host_config ()
? o.host_config ()
: optional<dir_path> ()),
- (o.build2_config_specified ()
+ (o.build2_config_specified () && !o.no_build2_config ()
? o.build2_config ()
: optional<dir_path> ())));