File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,11 @@ jobs:
160
160
- name : Install Homebrew dependencies
161
161
run :
brew install pkg-config [email protected] xz gdbm tcl-tk
162
162
- name : Prepare Homebrew environment variables
163
- 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" ./configure --with-pydebug --with-openssl=$(brew --prefix [email protected] )
163
+ run : |
164
+ CFLAGS="-I$(brew --prefix gdbm)/include -I$(brew --prefix xz)/include" \
165
+ LDFLAGS="-L$(brew --prefix gdbm)/lib -I$(brew --prefix xz)/lib" \
166
+ PKG_CONFIG_PATH="$(brew --prefix tcl-tk)/lib/pkgconfig" \
167
+ ./configure --with-pydebug --with-openssl=$(brew --prefix [email protected] )
164
168
- name : Configure CPython
165
169
run : |
166
170
./configure \
You can’t perform that action at this time.
0 commit comments