macOS autotools build fix

This commit is contained in:
mcuee
2024-04-28 20:12:12 +08:00
committed by GitHub
parent c295bcc630
commit 37ac6ebaa0

View File

@@ -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)