Merge pull request #1894 from owntone/macos_gettext1

[gha] Fix MacOS workflows failing with undefined macro errors mk2
This commit is contained in:
ejurgensen 2025-05-19 23:57:28 +02:00 committed by GitHub
commit 3ccd117812
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -58,6 +58,7 @@ jobs:
# We configure a non-privileged setup, since how to add a "owntone" system
# user in macOS isn't clear to me (useradd etc. isn't available)
run: |
export ACLOCAL_PATH="$(brew --prefix)/share/gettext/m4:$ACLOCAL_PATH"
export CFLAGS="-I$(brew --prefix)/include -I$(brew --prefix sqlite)/include"
export LDFLAGS="-L$(brew --prefix)/lib -L$(brew --prefix sqlite)/lib"
autoreconf -fi