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 2c9b0f3 commit 6cae236Copy full SHA for 6cae236
.github/workflows/build.yml
@@ -184,9 +184,8 @@ jobs:
184
run: brew install pkg-config openssl@1.1 xz gdbm tcl-tk
185
- name: Configure CPython
186
run: |
187
- CFLAGS="-I$(brew --prefix gdbm)/include -I$(brew --prefix xz)/include" \
188
- LDFLAGS="-L$(brew --prefix gdbm)/lib -I$(brew --prefix xz)/lib" \
189
- PKG_CONFIG_PATH="$(brew --prefix tcl-tk)/lib/pkgconfig" \
+ CPPFLAGS="-I$(brew --prefix gdbm)/include -I$(brew --prefix xz)/include" \
+ LDFLAGS="-L$(brew --prefix gdbm)/lib -L$(brew --prefix xz)/lib" \
190
./configure \
191
--with-pydebug \
192
--prefix=/opt/python-dev \
0 commit comments