Skip to content

Commit

Permalink
Remove custom flags only for cibuildwheel macos
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese authored Sep 10, 2024
1 parent bbed124 commit 223ddfe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ jobs:
CIBW_ARCHS: "${{ matrix.cibw_archs }}"
# disable finding unintended freetype installations
CIBW_ENVIRONMENT_WINDOWS: "AGGDRAW_FREETYPE_ROOT=''"
# agg is not compatible with GCC 14+
CIBW_ENVIRONMENT_MACOS: CXXFLAGS='-fpermissive'
- name: upload
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 223ddfe

Please sign in to comment.