Skip to content

Commit 450b5e2

Browse files
authored
support msvc 18 (#352)
1 parent 9ef3dcc commit 450b5e2

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

builder/core/data.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -645,6 +645,14 @@ class PKG_TOOLS(Enum):
645645
'-Tv143',
646646
],
647647
},
648+
# don't ask me why there is no v144 :)
649+
# https://devblogs.microsoft.com/cppblog/msvc-toolset-minor-version-number-14-40-in-vs-2022-v17-10/
650+
# 2026
651+
'18': {
652+
'cmake_args': [
653+
'-Tv145',
654+
],
655+
},
648656
},
649657

650658
'architectures': {

0 commit comments

Comments
 (0)