We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fae819 commit 114aee1Copy full SHA for 114aee1
makepanda/makepandacore.py
@@ -2422,6 +2422,7 @@ def SetupVisualStudioEnviron():
2422
winsdk_ver = SDK["MSPLATFORM_VERSION"]
2423
if winsdk_ver.startswith('10.'):
2424
AddToPathEnv("PATH", SDK["MSPLATFORM"] + "bin\\" + arch)
2425
+ AddToPathEnv("PATH", SDK["MSPLATFORM"] + "bin\\" + winsdk_ver + "\\" + arch)
2426
2427
# Windows Kit 10 introduces the "universal CRT".
2428
inc_dir = SDK["MSPLATFORM"] + "Include\\" + winsdk_ver + "\\"
0 commit comments