File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
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
17+ brew uninstall pkg-config
1818 brew install \
1919 pkgconf \
2020 bison \
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+ ls -l $BREW_OPT
1415 rm "$BREW_OPT/pkg-config"
15- ln "$BREW_OPT/pkgconf" "$BREW_OPT/pkg-config"
16+ ln -s "$BREW_OPT/pkgconf" "$BREW_OPT/pkg-config"
1617 ls -l $BREW_OPT
1718 export PKG_CONFIG_PATH="$BREW_OPT/openssl@3/lib/pkgconfig:$PKG_CONFIG_PATH"
1819 export PKG_CONFIG_PATH="$BREW_OPT/curl/lib/pkgconfig:$PKG_CONFIG_PATH"
You can’t perform that action at this time.
0 commit comments