Skip to content

Commit

Permalink
mac14 cmake cflags
Browse files Browse the repository at this point in the history
  • Loading branch information
zachasme committed Nov 18, 2024
1 parent 88777eb commit cdd2427
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ jobs:
if: ${{ matrix.pg >= 15 }}

- name: Generate
run: cmake -B build -DCMAKE_BUILD_TYPE=${{ matrix.config }}
run: cmake -B build -DCMAKE_BUILD_TYPE=${{ matrix.config }} -DCMAKE_C_FLAGS=$GETTEXT_FIX
env:
# Fixes missing libintl.h on some runners
CFLAGS: "-I /usr/local/include"
GETTEXT_FIX: "-I /usr/local/include"

- name: Build
run: cmake --build build --config ${{ matrix.config }}
Expand Down

0 comments on commit cdd2427

Please sign in to comment.