diff options
Diffstat (limited to 'boost/build.bat')
-rw-r--r-- | boost/build.bat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/boost/build.bat b/boost/build.bat index 07876be..93bb9db 100644 --- a/boost/build.bat +++ b/boost/build.bat @@ -36,6 +36,7 @@ if "_%~4_" == "__" ( set "failed=" +if "_%2_" == "_8_" set "vcver=8" if "_%2_" == "_9_" set "vcver=9" if "_%2_" == "_10_" set "vcver=10" if "_%2_" == "_11_" set "vcver=11" |