tpoechtrager / osxcross

Mac OS X cross toolchain for Linux, FreeBSD, OpenBSD and Android (Termux)
GNU General Public License v2.0
2.9k stars 329 forks source link

Toolchain based on 10.15 SDK requires libtapi.so.8svn dependency in LD_LIBRARY_PATH #246

Open ancwrd1 opened 4 years ago

ancwrd1 commented 4 years ago

I have successfully built a toolchain based on macOS 10.15 SDK, however it has a hard dependency on libtapi.so.8svn and requires LD_LIBRARY_PATH to be manually set to /path/to/osxcross/lib directory before each invocation.

I think it should be compiled with $ORIGIN/../lib rpath option so the toolchain is usable without any extra setup steps.