Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 71bc5cd + ac3d79c commit 65ae1c3Copy full SHA for 65ae1c3
.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 --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"
155
- name: Build CPython
156
run: make -j4
157
- name: Display build info
0 commit comments