Changes between Initial Version and Version 1 of Ticket #53299, comment 17


Ignore:
Timestamp:
Nov 23, 2017, 5:27:27 PM (7 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #53299, comment 17

    initial v1  
    1616    -DCMAKE_SYSTEM_PREFIX_PATH="${cmake.install_prefix}\;${prefix}\;/usr"
    1717}}}
     18setting the INSTALL_NAME_DIR and INSTALL_RPATH like this would apparently override anything done in llvm-5.0/clang-5.0 itself, so would result in the wonky names above.
     19
     20It was done for a reason, though, for other dylibs that had the wrong names (see the llvm bug report). Have to see how to sort this out properly I guess, or just hack the fix in as above.