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 1414 # Some packages exist on x86 but not arm, or vice versa.
1515 # Install them with reinstall to avoid warnings.
1616 brew reinstall autoconf webp tidy-html5 libzip libsodium icu4c curl openldap
17- brew unlink pkg-config
1817 brew install \
19- pkgconf \
2018 bison \
2119 re2c
2220 brew install \
Original file line number Diff line number Diff line change 1111 set -x
1212 BREW_OPT="$(brew --prefix)"/opt
1313 export PATH="$BREW_OPT/bison/bin:$PATH"
14- export PATH="/usr/local/Cellar/pkgconf/2.3.0/bin:$PATH"
1514 export PKG_CONFIG_PATH="$BREW_OPT/openssl@3/lib/pkgconfig:$PKG_CONFIG_PATH"
1615 export PKG_CONFIG_PATH="$BREW_OPT/curl/lib/pkgconfig:$PKG_CONFIG_PATH"
1716 export PKG_CONFIG_PATH="$BREW_OPT/libffi/lib/pkgconfig:$PKG_CONFIG_PATH"
You can’t perform that action at this time.
0 commit comments