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 77c03a3 commit 68eeab7Copy full SHA for 68eeab7
.github/workflows/build.yml
@@ -242,9 +242,8 @@ jobs:
242
run: brew install pkg-config [email protected] xz gdbm tcl-tk
243
- name: Configure CPython
244
run: |
245
- CFLAGS="-I$(brew --prefix gdbm)/include -I$(brew --prefix xz)/include" \
246
- LDFLAGS="-L$(brew --prefix gdbm)/lib -I$(brew --prefix xz)/lib" \
247
- PKG_CONFIG_PATH="$(brew --prefix tcl-tk)/lib/pkgconfig" \
+ GDBM_CFLAGS="-I$(brew --prefix gdbm)/include" \
+ GDBM_LIBS="-L$(brew --prefix gdbm)/lib -lgdbm" \
248
./configure \
249
--config-cache \
250
--with-pydebug \
0 commit comments