Skip to content

Commit 84bdf3e

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 <[email protected]>
1 parent f565fed commit 84bdf3e

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
@@ -242,9 +242,8 @@ jobs:
242242
run: brew install pkg-config [email protected] xz gdbm tcl-tk
243243
- name: Configure CPython
244244
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" \
245+
GDBM_CFLAGS="-I$(brew --prefix gdbm)/include" \
246+
GDBM_LIBS="-L$(brew --prefix gdbm)/lib -lgdbm" \
248247
./configure \
249248
--config-cache \
250249
--with-pydebug \

0 commit comments

Comments
 (0)