From 8c5cba4bd5e6ca7bf848048276df458679e7ec13 Mon Sep 17 00:00:00 2001 From: David Hoese Date: Tue, 10 Sep 2024 15:24:51 -0500 Subject: [PATCH] Use CXXFLAGS instead of CFLAGS in macos CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 121bb63..ad322b6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: