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 f34278a commit e84e12eCopy full SHA for e84e12e
cpython-windows/build.py
@@ -1275,7 +1275,13 @@ def build_cpython(
1275
tcltk_commit = DOWNLOADS["tk-windows-bin"]["git_commit"]
1276
tcltk_path = td / ("cpython-bin-deps-%s" % tcltk_commit)
1277
tcltk_arch = {"amd64": "amd64", "x86": "win32"}[arch]
1278
- (tcltk_path / tcltk_arch / "lib" / "nmake" / "x86_64-w64-mingw32-nmakehlp.exe").unlink()
+ (
1279
+ tcltk_path
1280
+ / tcltk_arch
1281
+ / "lib"
1282
+ / "nmake"
1283
+ / "x86_64-w64-mingw32-nmakehlp.exe"
1284
+ ).unlink()
1285
1286
cpython_source_path = td / ("Python-%s" % python_version)
1287
pcbuild_path = cpython_source_path / "PCbuild"
0 commit comments