mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-06 08:10:14 +00:00
Update build-mac-arm64.sh
This commit is contained in:
parent
326dc34df1
commit
c8a4229d53
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
# shellcheck disable=SC2086
|
# shellcheck disable=SC2086
|
||||||
brew_arm64_install_packages() {
|
brew_arm64_install_packages() {
|
||||||
|
"$BREW_ARM64_PATH/bin/brew" cleanup
|
||||||
for pkg in "$@"; do
|
for pkg in "$@"; do
|
||||||
echo "Fetching bottle for $pkg..."
|
echo "Fetching bottle for $pkg..."
|
||||||
bottle_path="$("$BREW_ARM64_PATH/bin/brew" --cache --bottle-tag=arm64_sonoma "$pkg")"
|
bottle_path="$("$BREW_ARM64_PATH/bin/brew" --cache --bottle-tag=arm64_sonoma "$pkg")"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue