Skip to content

Commit 373dfa2

Browse files
authored
Merge pull request #1403 from ericmehl/msvcVersion
Set `MSVC_VERSION`
2 parents 1ffe66c + 7134e2b commit 373dfa2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SConstruct

+1
Original file line numberDiff line numberDiff line change
@@ -967,6 +967,7 @@ o.Add(
967967
###########################################################################################
968968

969969
env = Environment(
970+
MSVC_VERSION = "14.2",
970971
options = o
971972
)
972973

0 commit comments

Comments
 (0)