Skip to content

Commit 6cae236

Browse files
authored
[3.10] Update GitHub CI workflow for macOS. (GH-105304)
1 parent 2c9b0f3 commit 6cae236

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
@@ -184,9 +184,8 @@ jobs:
184184
run: brew install pkg-config openssl@1.1 xz gdbm tcl-tk
185185
- name: Configure CPython
186186
run: |
187-
CFLAGS="-I$(brew --prefix gdbm)/include -I$(brew --prefix xz)/include" \
188-
LDFLAGS="-L$(brew --prefix gdbm)/lib -I$(brew --prefix xz)/lib" \
189-
PKG_CONFIG_PATH="$(brew --prefix tcl-tk)/lib/pkgconfig" \
187+
CPPFLAGS="-I$(brew --prefix gdbm)/include -I$(brew --prefix xz)/include" \
188+
LDFLAGS="-L$(brew --prefix gdbm)/lib -L$(brew --prefix xz)/lib" \
190189
./configure \
191190
--with-pydebug \
192191
--prefix=/opt/python-dev \

0 commit comments

Comments
 (0)