summaryrefslogtreecommitdiffstats
path: root/wafwindows.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add Windows specific waf support for MSYS2.Chris Johns2016-02-191-0/+59
Limit the compilers used to gcc and clang. Clang has not been tested. Users with MSVC install does not need to remove now. Force the os.sep path to the standard '\\' on Windows. The MSYS2 python sets it to '/' for internal project reasons. Doing this does cause waf problems when running configure so only do this for the build target. Closes #2583.