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/cbdlib.py --prelude=$'\tfrom waflib.extras import cbdlib\n\tcbdlib.start(cwd, VERSION, wafdir)\n\tsys.exit(0)'
|
||
|
popd
|
||
|
cp ../../waf cbd
|
||
|
|