File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -162,13 +162,11 @@ jobs:
162162 - uses : actions/checkout@v3
163163 - name : Install Homebrew dependencies
164164 run :
brew install pkg-config [email protected] xz gdbm tcl-tk 165- - name : Prepare Homebrew environment variables
166- run : |
167- echo "CFLAGS=-I$(brew --prefix gdbm)/include -I$(brew --prefix xz)/include" >> $GITHUB_ENV
168- echo "LDFLAGS=-L$(brew --prefix gdbm)/lib -I$(brew --prefix xz)/lib" >> $GITHUB_ENV
169- echo "PKG_CONFIG_PATH=$(brew --prefix [email protected] )/lib/pkgconfig:$(brew --prefix tcl-tk)/lib/pkgconfig" >> $GITHUB_ENV 170165 - name : Configure CPython
171166 run : |
167+ CFLAGS="-I$(brew --prefix gdbm)/include -I$(brew --prefix xz)/include" \
168+ LDFLAGS="-L$(brew --prefix gdbm)/lib -I$(brew --prefix xz)/lib" \
169+ PKG_CONFIG_PATH="$(brew --prefix tcl-tk)/lib/pkgconfig" \
172170 ./configure \
173171 --with-pydebug \
174172 --prefix=/opt/python-dev \
You can’t perform that action at this time.
0 commit comments