mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-11 02:29:29 +00:00
build-mac-arm64.sh: add --verbose --debug to fetch
This commit is contained in:
parent
d51d5ce86d
commit
326dc34df1
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ brew_arm64_install_packages() {
|
||||||
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")"
|
||||||
if [ ! -f "$bottle_path" ]; then
|
if [ ! -f "$bottle_path" ]; then
|
||||||
if ! "$BREW_ARM64_PATH/bin/brew" fetch --force --bottle-tag=arm64_sonoma "$pkg"; then
|
if ! "$BREW_ARM64_PATH/bin/brew" fetch --force --verbose --debug --bottle-tag=arm64_sonoma "$pkg"; then
|
||||||
echo "Failed to fetch bottle for $pkg"
|
echo "Failed to fetch bottle for $pkg"
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue