wafHook: do patchShebangs on $wafPath

This commit is contained in:
Dmitry Kalinkin
2025-04-06 18:16:23 -04:00
parent 4c1a1175f8
commit db67e8f570
+3 -1
View File
@@ -3,7 +3,9 @@
wafConfigurePhase() {
runHook preConfigure
if ! [ -f "${wafPath:=./waf}" ]; then
if [ -f "${wafPath:=./waf}" ]; then
patchShebangs --build "${wafPath}"
else
wafPath="@waf@/bin/waf"
fi