Skip to content

Commit a6f5fbb

Browse files
committed
libiconv: added support for VS 2026
Fixes #60.
1 parent 4ed2cd4 commit a6f5fbb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

phases/14-libiconv.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ set TAG=
99
call "%~dp0\..\scripts\common.bat" prepare_project || exit /b 1
1010

1111
:: determine Visual Studio version
12+
if "%VisualStudioVersion:~0,3%" == "18." set VSVERSION=2026
1213
if "%VisualStudioVersion:~0,3%" == "17." set VSVERSION=2022
1314
if "%VisualStudioVersion:~0,3%" == "16." set VSVERSION=2019
1415
if "%VisualStudioVersion:~0,3%" == "15." set VSVERSION=2017

0 commit comments

Comments
 (0)