]> git.ipfire.org Git - thirdparty/curl.git/commit
CI: brew fix for openssl in default path
authorStefan Eissing <stefan@eissing.org>
Thu, 13 Jul 2023 09:40:09 +0000 (11:40 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 13 Jul 2023 13:15:44 +0000 (15:15 +0200)
commit5c07439ba3345cef3eb158a8b2b8064cc246199a
tree12d1590a007e6535158917fc3ad4d626c81e425c
parentd0104fbe872475dc419940834a6cd2dc8bd5bddd
CI: brew fix for openssl in default path

If brew install/update links openssl into /usr/local, it will be found
before anything we add with `-isystem path` to CPP/LDLFAGS.  Get rid of
that by unlinking the keg.

Fixes #11413
Closes #11436
.github/workflows/macos.yml