mirror of
https://github.com/actions/python-versions.git
synced 2025-12-12 13:43:56 +00:00
Update macos-python-builder.psm1
This commit is contained in:
@@ -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'"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user