Fix base_build() with a proper support for multi-package-building through conda-build
Compare changes
- André Anjos authored
+ 9
− 8
@@ -815,14 +815,15 @@ if __name__ == "__main__":
This MR fixes build.base_build()
to properly handle building multiple versions of the same package according to what is defined in conda_build_config.yaml
.