| Index: build/vs_toolchain.py
|
| diff --git a/build/vs_toolchain.py b/build/vs_toolchain.py
|
| index 66a3cd8e8640147ffaa07bd930dc3252f99bd45e..1ed953de2fb97e5dd261b65bf47681a91aa62fb9 100755
|
| --- a/build/vs_toolchain.py
|
| +++ b/build/vs_toolchain.py
|
| @@ -329,7 +329,7 @@ def GetToolchainDir():
|
|
|
| # If WINDOWSSDKDIR is not set, search the default SDK path and set it.
|
| if not 'WINDOWSSDKDIR' in os.environ:
|
| - default_sdk_path = 'C:\\Program Files (x86)\\Windows Kits\\8.1'
|
| + default_sdk_path = 'C:\\Program Files (x86)\\Windows Kits\\10'
|
| if os.path.isdir(default_sdk_path):
|
| os.environ['WINDOWSSDKDIR'] = default_sdk_path
|
|
|
|
|