build-waf: add new stable tools strip_on_install, sdl2 and msvcfix

This commit is contained in:
Alibek Omarov 2019-10-18 02:59:49 +03:00
parent c59ffaa6d7
commit cd09f114ac
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ PRELUDE=$'\tsys.path.insert(0, os.path.join(os.path.dirname(os.path.abspath(__fi
# a set of relatively stable tools
# TODO: make it possible to override this list
WAIFU_TOOLS="gitversion,reconfigure,msdev,fwgslib,cxx11,force_32bit,subproject"
WAIFU_TOOLS="gitversion,reconfigure,msdev,fwgslib,cxx11,force_32bit,subproject,strip_on_install,sdl2,msvcfix"
pushd wafsrc
echo "-- Building waf without waifu extensions: $TOOLS"