From 37ac6ebaa0330470d14cff37256dfd94293fda83 Mon Sep 17 00:00:00 2001 From: mcuee Date: Sun, 28 Apr 2024 20:12:12 +0800 Subject: [PATCH] macOS autotools build fix --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c11bad35..109511e4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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)