compiled libmpv.2.dylib can't use
Pulck opened this issue · 1 comments
Pulck commented
compile use ./rebuild, -Dlibmpv=true >> mpv_options
delete "-Wl,-Bsymbolic" in mpv-config script
only have arm64, not include x86-64
can't run in my macOS app
Pulck commented
- Install homebrew with two different architectures(x86_64, arm64)
- Use homebrew to install meson of two different architectures and the required dependencies
- Compile libmpv with meson of two different architectures
- Use install_name_tool to modify the lookup path for dependencies
- Use the lipo tool to synthesize libmpv.dylib of two different architectures