diff options
-rw-r--r-- | bpkg/pkg-build.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bpkg/pkg-build.cxx b/bpkg/pkg-build.cxx index da43ef6..4f5b423 100644 --- a/bpkg/pkg-build.cxx +++ b/bpkg/pkg-build.cxx @@ -5375,6 +5375,9 @@ namespace bpkg // each configure_prerequisites_result::config_variables and merge them // into configure_global_vars. // + // @@ TODO: Note that the current global override semantics is quite + // broken in that we don't force reconfiguration of all the packages. + // #ifndef BPKG_OUTPROC_CONFIGURE strings configure_global_vars; #endif |