mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-03 02:33:15 +00:00
waf: use wafConfigureFlags instead of configureFlags in setup-hook.sh
As shown in
a79a8f29bc
,
tha variable can be overriden by other functions, especially those related to
cross or static compilation.
This commit is contained in:
parent
f2f9262b92
commit
cad7cea44a
@ -18,7 +18,7 @@ wafConfigurePhase() {
|
||||
|
||||
local flagsArray=(
|
||||
$prefixFlag
|
||||
$configureFlags "${configureFlagsArray[@]}"
|
||||
$wafConfigureFlags "${wafConfigureFlagsArray[@]}"
|
||||
${configureTargets:-configure}
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user