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 bb3454c commit a5f23d4Copy full SHA for a5f23d4
1 file changed
.github/workflows/build.yml
@@ -235,9 +235,8 @@ jobs:
235
run: brew install pkg-config [email protected] xz gdbm tcl-tk
236
- name: Configure CPython
237
run: |
238
- CFLAGS="-I$(brew --prefix gdbm)/include -I$(brew --prefix xz)/include" \
239
- LDFLAGS="-L$(brew --prefix gdbm)/lib -I$(brew --prefix xz)/lib" \
240
- PKG_CONFIG_PATH="$(brew --prefix tcl-tk)/lib/pkgconfig" \
+ GDBM_CFLAGS="-I$(brew --prefix gdbm)/include" \
+ GDBM_LIBS="-L$(brew --prefix gdbm)/lib -lgdbm" \
241
./configure \
242
--config-cache \
243
--with-pydebug \
0 commit comments