Skip to content

Commit

Permalink
fix MacOS build pipeline
Browse files Browse the repository at this point in the history
libintl.h needs special magic to be found
  • Loading branch information
mmitch committed Jan 26, 2025
1 parent 9a8816b commit aabbbb2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
- name: Install dependencies
run: |
brew install sdl2
# gettext is a keg-only install so the headers are missing by default
brew unlink gettext && brew link gettext
- name: Build and test
env:
CC: ${{ matrix.compiler }}
Expand Down

0 comments on commit aabbbb2

Please sign in to comment.