Skip to content

Commit

Permalink
Add GCC flags to MacOS building to ignore incompatible agg code
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese authored Sep 10, 2024
1 parent 48749ba commit 2801e5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ 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: CFLAGS='-fpermissive'
- name: upload
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 2801e5e

Please sign in to comment.