mirror of https://github.com/python/cpython.git
CI: Configure macOS build as per updated devguide recommendations (#105533)
This commit is contained in:
parent
bb3454c1a7
commit
a5f23d4110
|
@ -235,9 +235,8 @@ jobs:
|
|||
run: brew install pkg-config openssl@1.1 xz gdbm tcl-tk
|
||||
- name: Configure CPython
|
||||
run: |
|
||||
CFLAGS="-I$(brew --prefix gdbm)/include -I$(brew --prefix xz)/include" \
|
||||
LDFLAGS="-L$(brew --prefix gdbm)/lib -I$(brew --prefix xz)/lib" \
|
||||
PKG_CONFIG_PATH="$(brew --prefix tcl-tk)/lib/pkgconfig" \
|
||||
GDBM_CFLAGS="-I$(brew --prefix gdbm)/include" \
|
||||
GDBM_LIBS="-L$(brew --prefix gdbm)/lib -lgdbm" \
|
||||
./configure \
|
||||
--config-cache \
|
||||
--with-pydebug \
|
||||
|
|
Loading…
Reference in New Issue