This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# builds mpv & mpv.app on Apple silicon (M1 / M2) Macs | |
# run this script from the root directory of the mpv repo | |
set -x | |
# use standalone tools, not Xcode's (avoids xcrun errors) | |
export DEVELOPER_DIR="/Library/Developer/CommandLineTools/" |