mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-22 09:57:15 +01:00
9 lines
205 B
Bash
9 lines
205 B
Bash
|
# /bin/bash
|
||
|
|
||
|
D=$PWD
|
||
|
pushd ../..
|
||
|
./waf-light configure build --tools=$D/dbdlib.py --prelude=$'\tfrom waflib.extras import dbdlib\n\tdbdlib.start(cwd, VERSION, wafdir)\n\tsys.exit(0)'
|
||
|
popd
|
||
|
cp ../../waf dbd
|
||
|
|