Skip to content

Commit f0cc141

Browse files
erlend-aaslandmiss-islington
authored andcommitted
CI: Configure macOS build as per updated devguide recommendations (pythonGH-105533)
(cherry picked from commit a5f23d4) Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
1 parent c2df09f commit f0cc141

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.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 openssl@1.1 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)