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 @@ -195,13 +195,11 @@ jobs:
195195 - uses : actions/checkout@v3
196196 - name : Install Homebrew dependencies
197197 run :
brew install pkg-config [email protected] xz gdbm tcl-tk 198- - name : Prepare Homebrew environment variables
199- run : |
200- echo "CFLAGS=-I$(brew --prefix gdbm)/include -I$(brew --prefix xz)/include" >> $GITHUB_ENV
201- echo "LDFLAGS=-L$(brew --prefix gdbm)/lib -I$(brew --prefix xz)/lib" >> $GITHUB_ENV
202- echo "PKG_CONFIG_PATH=$(brew --prefix [email protected] )/lib/pkgconfig:$(brew --prefix tcl-tk)/lib/pkgconfig" >> $GITHUB_ENV 203198 - name : Configure CPython
204199 run : |
200+ CFLAGS="-I$(brew --prefix gdbm)/include -I$(brew --prefix xz)/include" \
201+ LDFLAGS="-L$(brew --prefix gdbm)/lib -I$(brew --prefix xz)/lib" \
202+ PKG_CONFIG_PATH="$(brew --prefix tcl-tk)/lib/pkgconfig" \
205203 ./configure \
206204 --with-pydebug \
207205 --prefix=/opt/python-dev \
You can’t perform that action at this time.
0 commit comments