We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ed2cd4 commit a6f5fbbCopy full SHA for a6f5fbb
phases/14-libiconv.bat
@@ -9,6 +9,7 @@ set TAG=
9
call "%~dp0\..\scripts\common.bat" prepare_project || exit /b 1
10
11
:: determine Visual Studio version
12
+if "%VisualStudioVersion:~0,3%" == "18." set VSVERSION=2026
13
if "%VisualStudioVersion:~0,3%" == "17." set VSVERSION=2022
14
if "%VisualStudioVersion:~0,3%" == "16." set VSVERSION=2019
15
if "%VisualStudioVersion:~0,3%" == "15." set VSVERSION=2017
0 commit comments