File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -109,6 +109,10 @@ jobs:
109
109
with :
110
110
submodules : true
111
111
112
+ - name : Adding Symlink
113
+ if : matrix.os == 'macos-13'
114
+ run : ln -sf /usr/local/opt/tcl-tk@8 /usr/local/opt/tcl-tk
115
+
112
116
- name : Build Python ${{ env.VERSION }}
113
117
run : |
114
118
./builders/build-python.ps1 -Version $env:VERSION `
Original file line number Diff line number Diff line change @@ -80,9 +80,9 @@ class macOSPythonBuilder : NixPythonBuilder {
80
80
$env: CFLAGS = " -I/usr/local/opt/zlib/include"
81
81
}
82
82
83
- if ($this.Version -gt " 3.7.12" ) {
84
- $configureString += " --with-tcltk-includes='-I /usr/local/opt/tcl-tk/include' --with-tcltk-libs='-L/usr/local/opt/tcl-tk/lib -ltcl8.6 -ltk8.6'"
85
- }
83
+ # if ($this.Version -gt "3.7.12") {
84
+ $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'"
85
+ # }
86
86
87
87
if ($this.Version -eq " 3.7.17" ) {
88
88
$env: LDFLAGS += " -L$ ( brew -- prefix bzip2) /lib -L$ ( brew -- prefix readline) /lib -L$ ( brew -- prefix ncurses) /lib"
You can’t perform that action at this time.
0 commit comments