configure: pass any command-line arguments to waf

This commit is contained in:
Josh Holtrop 2016-05-24 11:39:38 -04:00
parent a8bee35697
commit a1bf890b7c

2
configure vendored
View File

@ -1,2 +1,2 @@
#!/bin/sh
exec ./waf configure
exec ./waf configure "$@"