Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c3b8f9d

Browse files
[3.11] CI: Configure macOS build as per updated devguide recommendations (GH-105533) (#105537)
(cherry picked from commit a5f23d4) Co-authored-by: Erlend E. Aasland <[email protected]>
1 parent c2df09f commit c3b8f9d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -228,9 +228,8 @@ jobs:
228228
run: brew install pkg-config [email protected] xz gdbm tcl-tk
229229
- name: Configure CPython
230230
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" \
231+
GDBM_CFLAGS="-I$(brew --prefix gdbm)/include" \
232+
GDBM_LIBS="-L$(brew --prefix gdbm)/lib -lgdbm" \
234233
./configure \
235234
--config-cache \
236235
--with-pydebug \

0 commit comments

Comments
 (0)