mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 03:55:32 +00:00
Update build-mac-arm64.sh
This commit is contained in:
parent
dac4ef6246
commit
f6fa9d7527
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ brew_arm64_install_packages() {
|
|||
fi
|
||||
|
||||
echo "Installing $pkg (arm64)..."
|
||||
"$BREW_ARM64_PATH/bin/brew" install --force --ignore-dependencies "$bottle_path" || true
|
||||
"$BREW_ARM64_PATH/bin/brew" install --force --force-bottle --ignore-dependencies "$bottle_path" || true
|
||||
done
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue