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.
1 parent 8388626 commit ac3d79cCopy full SHA for ac3d79c
.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