Fix base_build() with a proper support for multi-package-building through conda-build
Compare changes
+ 10
− 5
@@ -14,11 +14,6 @@ stages:
@@ -36,6 +31,11 @@ build_linux:
@@ -52,6 +52,11 @@ build_macosx:
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
.