File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change 14
14
# Some packages exist on x86 but not arm, or vice versa.
15
15
# Install them with reinstall to avoid warnings.
16
16
brew reinstall autoconf webp tidy-html5 libzip libsodium icu4c curl openldap
17
- brew unlink pkg-config
18
17
brew install \
19
- pkgconf \
20
18
bison \
21
19
re2c
22
20
brew install \
Original file line number Diff line number Diff line change 11
11
set -x
12
12
BREW_OPT="$(brew --prefix)"/opt
13
13
export PATH="$BREW_OPT/bison/bin:$PATH"
14
- export PATH="/usr/local/Cellar/pkgconf/2.3.0/bin:$PATH"
15
14
export PKG_CONFIG_PATH="$BREW_OPT/openssl@3/lib/pkgconfig:$PKG_CONFIG_PATH"
16
15
export PKG_CONFIG_PATH="$BREW_OPT/curl/lib/pkgconfig:$PKG_CONFIG_PATH"
17
16
export PKG_CONFIG_PATH="$BREW_OPT/libffi/lib/pkgconfig:$PKG_CONFIG_PATH"
You can’t perform that action at this time.
0 commit comments