From: Michael R Sweet Date: Fri, 26 Apr 2024 20:19:29 +0000 (-0400) Subject: Add LDFLAGS for macOS CI. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce40a05b15fde16d0888ea2fcf320698160eb987;p=thirdparty%2Fcups.git Add LDFLAGS for macOS CI. --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9c221615ab..9425d49df1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -69,6 +69,8 @@ jobs: - name: Install prerequisites run: brew install cppcheck libjpeg libpng libusb openssl@3 - name: Configure CUPS + env: + LDFLAGS: -L/opt/homebrew/Cellar/openssl@3/3.3.0/lib run: ./configure --enable-debug --enable-maintainer - name: Build CUPS run: make