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 c2df09f commit c3b8f9dCopy full SHA for c3b8f9d
.github/workflows/build.yml
@@ -228,9 +228,8 @@ jobs:
228
run: brew install pkg-config [email protected] xz gdbm tcl-tk
229
- name: Configure CPython
230
run: |
231
- CFLAGS="-I$(brew --prefix gdbm)/include -I$(brew --prefix xz)/include" \
232
- LDFLAGS="-L$(brew --prefix gdbm)/lib -I$(brew --prefix xz)/lib" \
233
- PKG_CONFIG_PATH="$(brew --prefix tcl-tk)/lib/pkgconfig" \
+ GDBM_CFLAGS="-I$(brew --prefix gdbm)/include" \
+ GDBM_LIBS="-L$(brew --prefix gdbm)/lib -lgdbm" \
234
./configure \
235
--config-cache \
236
--with-pydebug \
0 commit comments