Skip to content
  • Ryan Schmidt's avatar
    Don't use @rpath on macOS · c29f501a
    Ryan Schmidt authored
    There's no particular benefit to using @rpath instead of just using
    the absolute path like everybody else does, so just do that.
    
    Late assignment (=) is used instead of immediate assignment (:=) because
    LIBRARY_REL isn't defined until later in the Makefile.
    
    The user will need to specify PREFIX when running make in addition to
    when running make install.
    c29f501a