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
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ wafConfigurePhase() {
|
|||
|
||||
local flagsArray=(
|
||||
$prefixFlag
|
||||
$configureFlags "${configureFlagsArray[@]}"
|
||||
$wafConfigureFlags "${wafConfigureFlagsArray[@]}"
|
||||
${configureTargets:-configure}
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue