]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Add LDFLAGS for macOS CI.
authorMichael R Sweet <msweet@msweet.org>
Fri, 26 Apr 2024 20:19:29 +0000 (16:19 -0400)
committerMichael R Sweet <msweet@msweet.org>
Fri, 26 Apr 2024 20:19:29 +0000 (16:19 -0400)
.github/workflows/build.yml

index 9c221615abc089d6413ca191c4a1baf3beeaa793..9425d49df1448a77afb44347dfbc7afe9ec0f62b 100644 (file)
@@ -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