Use the correct variable in configure() in bash package.py (#46384)
This commit is contained in:
parent
a9a23f4565
commit
2b70f8367c
@ -205,7 +205,7 @@ def configure_args(self):
|
||||
args.append("--without-libiconv-prefix")
|
||||
# bash malloc relies on sbrk which fails intentionally in musl
|
||||
if spec.satisfies("^[virtuals=libc] musl"):
|
||||
options.append("--without-bash-malloc")
|
||||
args.append("--without-bash-malloc")
|
||||
return args
|
||||
|
||||
def check(self):
|
||||
|
Loading…
Reference in New Issue
Block a user