Skip to content

Commit

Permalink
macOS autotools build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mcuee authored Apr 28, 2024
1 parent c295bcc commit 37ac6eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ jobs:
mkdir _ambuild && cd _ambuild
CFLAGS="-I/opt/homebrew/local/include" LDFLAGS="-L/opt/homebrew/Cellar" ../src/configure
CFLAGS="-I/opt/homebrew/include" LDFLAGS="-L/opt/homebrew/lib" ../src/configure
- name: Build
run: make -C _ambuild -j$(nproc)
Expand Down

0 comments on commit 37ac6eb

Please sign in to comment.