auriamg / macdylibbundler

Utility to ease bundling libraries into executables for OSX
MIT License
561 stars 84 forks source link

Ignore system libraries (fix for macOS 11) #55

Closed SCG82 closed 3 years ago

SCG82 commented 3 years ago

Fixes #54

auriamg commented 3 years ago

Thanls for your contribution, though as you may understand I cannot merge this until someone tests it

SCG82 commented 3 years ago

Yes, most certainly, and ideally tested on macOS 11 and 10.15/10.14.

SCG82 commented 3 years ago

https://github.com/SCG82/macdylibbundler/ currently skips system libraries: https://github.com/SCG82/macdylibbundler/blob/frameworks-efficient/src/DylibBundler.cpp#L88 & https://github.com/SCG82/macdylibbundler/blob/frameworks-efficient/src/Settings.cpp#L120. Can you test it against OBS on Big Sur?

SCG82 commented 3 years ago

@DominusExult reports that this PR works for him: https://github.com/auriamg/macdylibbundler/issues/54#issuecomment-791533641