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.
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.