Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
Udopia committed Oct 24, 2024
1 parent ddc5fac commit 2cbcd81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ jobs:

CIBW_BUILD_VERBOSITY: 3

CIBW_BEFORE_ALL_LINUX: sudo apt-get update && sudo apt-get install -y libarchive-dev && sudo apt-get install -y pybind11-dev
CIBW_BEFORE_ALL_MACOS: brew install libarchive pybind11 && export LDFLAGS="-L/usr/local/opt/libarchive/lib -L/usr/local/lib" && export CPPFLAGS="-I/usr/local/opt/libarchive/include -I/usr/local/include"
CIBW_BEFORE_ALL_LINUX: apt-get install -y libarchive-dev pybind11-dev
CIBW_BEFORE_ALL_MACOS: brew install libarchive pybind11

CIBW_ENVIRONMENT_MACOS: CPPFLAGS="-I/usr/local/include"
with:
Expand Down

0 comments on commit 2cbcd81

Please sign in to comment.