Updated Compiling distro releases for macOS (markdown)

der richter 2023-12-29 16:19:19 +01:00
parent c112482856
commit 1d285dfc1b
1 changed files with 0 additions and 8 deletions

@ -12,11 +12,3 @@ mpv: ``CFLAGS="-mmacosx-version-min=10.8" ./waf configure ...``
To bundle the dependency libs, run this in mpv's folder:
``TOOLS/osxbundle.py build/mpv``
To codesign, you may need to swap the link and the binary (https://github.com/mpv-player/mpv/issues/8533)
```
rm build/mpv.app/Contents/MacOS/mpv-bundle
mv build/mpv.app/Contents/MacOS/mpv build/mpv.app/Contents/MacOS/mpv-bundle
ln -s mpv-bundle build/mpv.app/Contents/MacOS/mpv
codesign --force --deep -s - build/mpv.app
```