8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8388626 commit 09b15b2Copy full SHA for 09b15b2
.github/workflows/build.yml
@@ -151,7 +151,7 @@ jobs:
151
steps:
152
- uses: actions/checkout@v3
153
- name: Configure CPython
154
- run: ./configure --with-pydebug --with-openssl=/usr/local/opt/openssl --prefix=/opt/python-dev
+ run: ./configure --with-pydebug --with-openssl=/usr/local/opt/openssl --with-tcltk-includes=-I$(brew --prefix tcl-tk)/include/ --with-tcltk-libs=-L$(brew --prefix tcl-tk)/lib/ --prefix=/opt/python-dev
155
- name: Build CPython
156
run: make -j4
157
- name: Display build info
0 commit comments