Skip to content

Commit e49b6be

Browse files
committed
windows: add tcl_library_paths to metadata
1 parent 4caba34 commit e49b6be

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

cpython-windows/build.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1837,6 +1837,14 @@ def build_cpython(arch: str, profile):
18371837

18381838
if not static:
18391839
python_info["tcl_library_path"] = "install/tcl"
1840+
python_info["tcl_library_paths"] = [
1841+
"dde1.4",
1842+
"reg1.3",
1843+
"tcl8.6",
1844+
"tk8.6",
1845+
"tcl8",
1846+
"tix8.4.3",
1847+
]
18401848

18411849
with (out_dir / "python" / "PYTHON.json").open("w", encoding="utf8") as fh:
18421850
json.dump(python_info, fh, sort_keys=True, indent=4)

0 commit comments

Comments
 (0)