diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-06-20 08:08:21 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-06-20 08:08:21 +0200 |
commit | 54d34359adea278bbd47c13e33e575d524af179f (patch) | |
tree | 53035c3bb52b1f6d1f59992bab7df3e256f6be9b | |
parent | 85dfd357005023c86aeefc60ea60b647db3abf36 (diff) |
Tighten old configuration loading for better backwards compatibilitydep-config-neg
-rw-r--r-- | bpkg/package-skeleton.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/package-skeleton.cxx b/bpkg/package-skeleton.cxx index 36fd82b..8b4b09f 100644 --- a/bpkg/package-skeleton.cxx +++ b/bpkg/package-skeleton.cxx @@ -355,7 +355,7 @@ namespace bpkg // (bootstrap.build, root.build). See load_old_config() for // details. // -#if 1 // @@ TMP +#if 0 return project_override (v, var_prefix_); #else size_t vn; |