waf

FORK: waf with some random patches
git clone https://git.neptards.moe/neptards/waf.git
Log | Files | Refs | README

create_it.sh (205B)


      1 # /bin/bash
      2 
      3 D=$PWD
      4 pushd ../..
      5 ./waf-light configure build --tools=$D/cbdlib.py --prelude=$'\tfrom waflib.extras import cbdlib\n\tcbdlib.start(cwd, VERSION, wafdir)\n\tsys.exit(0)'
      6 popd
      7 cp ../../waf cbd
      8