Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf05931c

Browse files
committed
Same patch as#194,fixes#193.
1 parentcc8b796 commitf05931c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

‎setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@ def _find_msbuild_tool(tool="msbuild.exe", use_windows_sdk=False):
3232
ifuse_windows_sdk:
3333
sdks_root=r"SOFTWARE\Microsoft\Microsoft SDKs\Windows"
3434
kits_root=r"SOFTWARE\Microsoft\Windows Kits\Installed Roots"
35-
kits_suffix="bin"
36-
ifPLATFORM=="x64":
37-
kits_suffix+=r"\x64"
35+
kits_suffix=os.path.join("bin",PLATFORM)
3836
keys_to_check.extend([
3937
("Windows Kit 10.0",kits_root,"KitsRoot10",kits_suffix),
4038
("Windows Kit 8.1",kits_root,"KitsRoot81",kits_suffix),

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp