mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-06-04 05:45:03 -06:00
Update build-mac-arm64.sh
This commit is contained in:
parent
ef2e01307e
commit
ace1666818
@ -14,7 +14,7 @@ brew_arm64_install_packages() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Installing $pkg (arm64)..."
|
echo "Installing $pkg (arm64)..."
|
||||||
"$BREW_ARM64_PATH/bin/brew" install --force --ignore-dependencies "$bottle_path" || true
|
"$BREW_ARM64_PATH/bin/brew" reinstall --force --ignore-dependencies "$bottle_path" || true
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user