Meinersbur added a comment. In D99484#2724435 <https://reviews.llvm.org/D99484#2724435>, @Ericson2314 wrote:
> I effectively replaced `${CMAKE_INSTALL_PREFIX}/lib` with > `${CMAKE_INSTALL_LIBDIR}`, which evaluates (by default) merely to `lib`. The > fix was `${CMAKE_INSTALL_FULL_LIBDIR}` which will always return an absolute > path. AFAIU, install is always relative the the install prefix <https://cmake.org/cmake/help/latest/command/install.html#introduction>, so there should be no difference? Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D99484/new/ https://reviews.llvm.org/D99484 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits