Skip to content

Commit 9641a60

Browse files
committed
The included version of waf does not have a --yes option for install
1 parent d881eb2 commit 9641a60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ all-progress:
3131
@$WAF -p build
3232
3333
install:
34-
$WAF install --yes;
34+
$WAF install
3535
3636
uninstall:
3737
$WAF uninstall

0 commit comments

Comments
 (0)