Skip to content

Commit 114aee1

Browse files
bluekyurdb
authored andcommitted
Add additional Windows SDK path
Windows 10 SDK binary files are installed in versioned folder from Creator Update (10.0.15063.0)
1 parent 4fae819 commit 114aee1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

makepanda/makepandacore.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2422,6 +2422,7 @@ def SetupVisualStudioEnviron():
24222422
winsdk_ver = SDK["MSPLATFORM_VERSION"]
24232423
if winsdk_ver.startswith('10.'):
24242424
AddToPathEnv("PATH", SDK["MSPLATFORM"] + "bin\\" + arch)
2425+
AddToPathEnv("PATH", SDK["MSPLATFORM"] + "bin\\" + winsdk_ver + "\\" + arch)
24252426

24262427
# Windows Kit 10 introduces the "universal CRT".
24272428
inc_dir = SDK["MSPLATFORM"] + "Include\\" + winsdk_ver + "\\"

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy