Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 65ae1c3

Browse files
authored
Merge branch '3.9' into backport-10e3d39-3.9
2 parents 71bc5cd + ac3d79c commit 65ae1c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
steps:
152152
- uses: actions/checkout@v3
153153
- name: Configure CPython
154-
run: ./configure --with-pydebug --with-openssl=/usr/local/opt/openssl --prefix=/opt/python-dev
154+
run: ./configure --with-pydebug --with-openssl=/usr/local/opt/openssl --prefix=/opt/python-dev --with-tcltk-includes=-I$(brew --prefix tcl-tk)/include --with-tcltk-libs="-L$(brew --prefix tcl-tk)/lib -ltcl8.6 -ltk8.6"
155155
- name: Build CPython
156156
run: make -j4
157157
- name: Display build info

0 commit comments

Comments
 (0)