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
569f815e67
commit
9df5945410
1 changed files with 2 additions and 1 deletions
|
@ -32,7 +32,8 @@ export HOMEBREW_NO_INSTALL_CLEANUP=1
|
|||
/usr/local/bin/brew install llvm@$LLVM_COMPILER_VER glew cmake sdl2 vulkan-headers coreutils
|
||||
/usr/local/bin/brew link -f llvm@$LLVM_COMPILER_VER ffmpeg@5 || true
|
||||
|
||||
export HOMEBREW_FORCE_BREWED_CURL=1
|
||||
export HOMEBREW_DEVELOPER=1
|
||||
export HOMEBREW_CURL_PATH="/usr/local/opt/curl/bin/curl"
|
||||
export BREW_ARM64_PATH="/opt/homebrew1"
|
||||
sudo mkdir -p "$BREW_ARM64_PATH"
|
||||
sudo chmod 777 "$BREW_ARM64_PATH"
|
||||
|
|
Loading…
Add table
Reference in a new issue