mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-22 01:46:15 +01:00
9 lines
205 B
Bash
Executable File
9 lines
205 B
Bash
Executable File
# /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
|
|
|