Skip to content

Commit

Permalink
SCons : Windows build on VS 2022
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmehl committed Sep 12, 2024
1 parent 1be00fb commit 16cbccf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
10.5.x.x (relative to 10.5.9.2)
========

Build
-----

- Windows : Updated to Visual Studio 2022 / MSVC 17.x / Runtime library 14.3


10.5.9.2 (relative to 10.5.9.1)
Expand Down
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -967,7 +967,7 @@ o.Add(
###########################################################################################

env = Environment(
MSVC_VERSION = "14.2",
MSVC_VERSION = "14.3",
options = o
)

Expand Down

0 comments on commit 16cbccf

Please sign in to comment.