Trying to build libc++ with libc++abi, I was surprised that, although there exists a cmake variable to specify location of libc++abi includes (LIBCXX_LIBCXXABI_INCLUDE_PATHS), there is no way to provide the location of libc++abi.so.
I suggest adding a variable LIBCXX_LIBCXXABI_LIBRARY for that purpose.
Details
Details
- Reviewers
mclow.lists danalbert EricWF
Diff Detail
Diff Detail
Event Timeline
Comment Actions
I currently have a patch out for review that adds support for things like this but for all ABI libraries.
Could you please take a look and see if that meets your use case?