We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d55d8cc commit da8bf39Copy full SHA for da8bf39
src/tests/checkbuild/checkbuild.lua
@@ -62,7 +62,7 @@ cmake_options={}
62
63
if ostype=="windows" then
64
deltree_cmd="for /d %i in (build_*) do rd /s /q %i"
65
- toolchains={"mingw32","mingw64","msvc12_32","msvc12_64","msvc14_32","msvc14_64"}
+ toolchains={"mingw32","mingw64","msvc12_32","msvc12_64"}
66
67
else
68
deltree_cmd="rm -rf build_*"
0 commit comments