Skip to content

Commit

Permalink
Add recipe for gdbm and xz
Browse files Browse the repository at this point in the history
  • Loading branch information
corona10 committed Feb 17, 2023
1 parent cd22e83 commit 7677da1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,9 @@ jobs:
- uses: actions/checkout@v3
- name: Prepare homebrew environment variables
run: |
brew install pkg-config
brew install pkg-config openssl@1.1 xz gdbm tcl-tk
echo "CFLAGS=-I$(brew --prefix gdbm)/include -I$(brew --prefix xz)/include" >> $GITHUB_ENV
echo "LDFLAGS=-L$(brew --prefix gdbm)/lib -I$(brew --prefix xz)/lib" >> $GITHUB_ENV
echo "PKG_CONFIG_PATH=$(brew --prefix tcl-tk)/lib/pkgconfig" >> $GITHUB_ENV
- name: Configure CPython
run: ./configure --with-pydebug --prefix=/opt/python-dev --with-openssl=$(brew --prefix openssl)
Expand Down

0 comments on commit 7677da1

Please sign in to comment.