1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Need to define BREW_OPT

This is only defined as of PHP-8.4; alternatively we could also inline
the `brew --prefix` call, but that makes it harder for upward merges.

Closes GH-16785.
This commit is contained in:
Christoph M. Becker
2024-11-13 20:55:17 +01:00
committed by Jakub Zelenka
parent 15cc4424bb
commit 5a55ef021c

View File

@@ -9,6 +9,7 @@ runs:
- shell: bash
run: |
set -x
BREW_OPT="$(brew --prefix)"/opt
export PATH="/usr/local/opt/bison/bin:$PATH"
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/local/opt/openssl@1.1/lib/pkgconfig"
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/local/opt/curl/lib/pkgconfig"