Closed RealVincentBerthet closed 2 years ago
If we are using make arguments install_deps and there aren't any dependencies for this project make step return an empty build.
install_deps
==> install_deps should call install --even when his build is empty--
install
already fix in a previous version (current is 4.9.4)
If we are using make arguments
install_deps
and there aren't any dependencies for this project make step return an empty build.==>
install_deps
should callinstall
--even when his build is empty--