Fix base_build() with a proper support for multi-package-building through conda-build
Compare changes
- André Anjos authored
+ 4
− 2
@@ -12,10 +12,10 @@ build:
@@ -108,7 +108,9 @@ test:
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
.