Skip to content

Commit

Permalink
Use CXXFLAGS instead of CFLAGS in macos CI
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese authored Sep 10, 2024
1 parent 2801e5e commit 8c5cba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
# disable finding unintended freetype installations
CIBW_ENVIRONMENT_WINDOWS: "AGGDRAW_FREETYPE_ROOT=''"
# agg is not compatible with GCC 14+
CIBW_ENVIRONMENT_MACOS: CFLAGS='-fpermissive'
CIBW_ENVIRONMENT_MACOS: CXXFLAGS='-fpermissive'
- name: upload
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 8c5cba4

Please sign in to comment.