Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
osxbundle: fix Vulkan dylib install name
MoltenVK from Homebrew hardcodes the install name of libMoltenVK.dylib to point to the Homebrew prefix: $ otool -l mpv.app/Contents/Frameworks/libMoltenVK.dylib | grep -A2 LC_ID_DYLIB cmd LC_ID_DYLIB cmdsize 72 name /usr/local/opt/molten-vk/lib/libMoltenVK.dylib (offset 24) Update dylib_unhell to update the install name in libMoltenVK.dylib to avoid depending on the Homebrew prefix.
- Loading branch information