build-waf: change waf help name to waifu ;)

This commit is contained in:
Alibek Omarov 2019-10-18 03:06:17 +03:00 committed by GitHub
parent d098811fa6
commit 89e657c97d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ WAIFU_TOOLS="gitversion,reconfigure,msdev,fwgslib,cxx11,force_32bit,subproject,s
pushd wafsrc
echo "-- Building waf without waifu extensions: $TOOLS"
./waf-light "--tools=$TOOLS" "--prelude=$PRELUDE"
./waf-light "--tools=$TOOLS" "--prelude=$PRELUDE" "--set-name=waifu"
mv waf ../waf-noext
popd
@ -27,6 +27,6 @@ get_waifu_tools()
TOOLS=$TOOLS$(get_waifu_tools)
echo "-- Building waf with waifu extensions: $TOOLS"
pushd wafsrc
./waf-light "--tools=$TOOLS" "--prelude=$PRELUDE"
./waf-light "--tools=$TOOLS" "--prelude=$PRELUDE" "--set-name=waifu"
mv waf ../waf-ext
popd