libuv: remove bash dependency (#29251)

This commit is contained in:
Harmen Stoppels 2022-03-01 10:15:22 +01:00 committed by GitHub
parent a3947381c7
commit f60c6ca485
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,5 +31,4 @@ class Libuv(AutotoolsPackage):
def autoreconf(self, spec, prefix):
# This is needed because autogen.sh generates on-the-fly
# an m4 macro needed during configuration
bash = which("bash")
bash('autogen.sh')
Executable('./autogen.sh')()