RPATH not set, but necessary

I think linking to paths may end up falling back on the ELF behavior. This works most of the time, but fails for frameworks that come bundled together (e.g., Qt5 binaries have an rpath at the bundle level and use directory traversal to get into Frameworks/QtCore.framework).

Cc: @brad.king