libuv: remove bash dependency (#29251)
This commit is contained in:
parent
a3947381c7
commit
f60c6ca485
1 changed files with 1 additions and 2 deletions
|
@ -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')()
|
||||
|
|
Loading…
Reference in a new issue