diff options
-rw-r--r-- | libbpkg/manifest.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbpkg/manifest.cxx b/libbpkg/manifest.cxx index 98070ea..48eb021 100644 --- a/libbpkg/manifest.cxx +++ b/libbpkg/manifest.cxx @@ -4119,7 +4119,7 @@ namespace bpkg // tests/manifest/testscript when removing this workaround. // // bad_name ("no package bootstrap build specified"); - m.bootstrap_build = ""; + m.bootstrap_build = "project = " + m.name.string () + '\n'; m.alt_naming = false; } } |