Remove included bin/waf
This commit is contained in:
parent
0b952f69a6
commit
02a670fc49
3 changed files with 6 additions and 14 deletions
9
configure
vendored
9
configure
vendored
|
@ -1,10 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
if ! /usr/bin/env python -c "import sys;sys.exit(0)";then
|
||||
echo "You need to install python for this to work"
|
||||
echo "You might also want to grab the following debian packages:"
|
||||
echo "libglib-dev libdbi-dev libtalloc-dev nettle-dev"
|
||||
exit 1
|
||||
fi
|
||||
# apt install libglib-dev libdbi-dev libtalloc-dev nettle-dev
|
||||
|
||||
bin/waf configure
|
||||
waf configure
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue