Skip to content
Snippets Groups Projects
Forked from Hammer / hammer
Loading
  • Joe Rozner's avatar
    52bdc9d3
    Fix LC_ID_DYLIB for OS X · 52bdc9d3
    Joe Rozner authored
    Wrapping the SHLINKFLAGS in an array rather than as a single string
    caused the link flags to be passed to clang double quoted. This cuased
    clang to interpret the flags as a string rather than as a flag which
    caused the -install_name flag to never be passed to the linker.
    52bdc9d3
    History
    Fix LC_ID_DYLIB for OS X
    Joe Rozner authored
    Wrapping the SHLINKFLAGS in an array rather than as a single string
    caused the link flags to be passed to clang double quoted. This cuased
    clang to interpret the flags as a string rather than as a flag which
    caused the -install_name flag to never be passed to the linker.