Skip to content

Commit

Permalink
Install libpoly on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
makaimann committed Feb 19, 2025
1 parent 461311a commit 2b5df45
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ jobs:
CIBW_SKIP: "*-win32 *-win_amd64 *-win_arm64 *-musllinux_*"
CIBW_ARCHS_LINUX: ${{ matrix.arch }}
CIBW_BEFORE_BUILD: bash {project}/ci-scripts/cibw_build_before.sh
CIBW_BEFORE_ALL_MACOS: |
brew update
brew install SRI-CSL/sri-csl/libpoly
CIBW_ENVIRONMENT_MACOS: >
DYLD_LIBRARY_PATH="$(pwd)/install/lib:$DYLD_LIBRARY_PATH"
MACOSX_DEPLOYMENT_TARGET=${{ matrix.macos-target }}
Expand Down

0 comments on commit 2b5df45

Please sign in to comment.