File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -132,16 +132,17 @@ jobs:
132132 HOMEBREW_NO_INSTALL_CLEANUP : 1
133133 steps :
134134 - uses : actions/checkout@v2
135+ - name : Install Homebrew dependencies
136+ run :
brew install pkg-config [email protected] xz gdbm tcl-tk 135137 - name : Configure CPython
136138 run : |
137- brew install pkg-config [email protected] xz gdbm tcl-tk 138139 SDKROOT=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk \
139140 CC=clang \
140141 CPPFLAGS="-I$(brew --prefix gdbm)/include -I$(brew --prefix xz)/include" \
141142 LDFLAGS="-L$(brew --prefix gdbm)/lib -L$(brew --prefix xz)/lib" \
142143 ./configure --prefix=/opt/python-dev \
143144 --with-pydebug \
144- --with-openssl="$(brew --prefix openssl@1.1 )" \
145+ --with-openssl="$(brew --prefix openssl@3.0 )" \
145146 --with-tcltk-libs="$(pkg-config --libs tk)" \
146147 --with-tcltk-includes="$(pkg-config --cflags tk)"
147148 - name : Build CPython
You can’t perform that action at this time.
0 commit comments