Skip to content

Commit 3eb1174

Browse files
committed
windows: remove redundant definition of target_profile
1 parent 9bc5961 commit 3eb1174

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

cpython-windows/build.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1893,13 +1893,6 @@ def build_cpython(
18931893
if f.startswith("LICENSE.") and f.endswith(".txt"):
18941894
shutil.copyfile(ROOT / f, licenses_dir / f)
18951895

1896-
if arch == "x86":
1897-
target_triple = "i686-pc-windows-msvc"
1898-
elif arch == "amd64":
1899-
target_triple = "x86_64-pc-windows-msvc"
1900-
else:
1901-
raise Exception("unhandled arch: %s" % arch)
1902-
19031896
extension_module_loading = ["builtin"]
19041897

19051898
# Static builds do not support loading extension modules, since Python

0 commit comments

Comments
 (0)