Update macos-python-builder.psm1

This commit is contained in:
priya-kinthali
2024-12-05 12:59:45 +05:30
committed by GitHub
parent 3adfb41a4b
commit dbb2db2ed5

View File

@@ -80,7 +80,7 @@ class macOSPythonBuilder : NixPythonBuilder {
$env:CFLAGS = "-I/usr/local/opt/zlib/include"
}
if ($this.Version -lt "3.10") {
if ($this.Version -lt "3.11.0") {
$configureString += " --with-tcltk-includes='-I /usr/local/opt/tcl-tk/include/tcl-tk' --with-tcltk-libs='-L/usr/local/opt/tcl-tk/lib -ltcl8.6 -ltk8.6'"
}