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 4caba34 commit e49b6beCopy full SHA for e49b6be
cpython-windows/build.py
@@ -1837,6 +1837,14 @@ def build_cpython(arch: str, profile):
1837
1838
if not static:
1839
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
+ ]
1848
1849
with (out_dir / "python" / "PYTHON.json").open("w", encoding="utf8") as fh:
1850
json.dump(python_info, fh, sort_keys=True, indent=4)
0 commit comments