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:
109109 with :
110110 submodules : true
111111
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+
112116 - name : Build Python ${{ env.VERSION }}
113117 run : |
114118 ./builders/build-python.ps1 -Version $env:VERSION `
Original file line number Diff line number Diff line change @@ -80,9 +80,9 @@ class macOSPythonBuilder : NixPythonBuilder {
8080 $env: CFLAGS = " -I/usr/local/opt/zlib/include"
8181 }
8282
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+ # }
8686
8787 if ($this.Version -eq " 3.7.17" ) {
8888 $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