Removes @executable_path/../Framework from @rpath when building for
distribution.
In unique situations where a user has both sourcekitten and
sourcekittendaemon installed, sourcekittendaemon will find
frameworks in /usr/local/Frameworks rather than
/usr/local/lib/SourcekittenDaemon.frameworks. If the framework found
is incompatible with the desired one, then sourcekittendaemon will crash.
Removes
@executable_path/../Framework
from@rpath
when building for distribution.In unique situations where a user has both
sourcekitten
andsourcekittendaemon
installed,sourcekittendaemon
will find frameworks in/usr/local/Frameworks
rather than/usr/local/lib/SourcekittenDaemon.frameworks
. If the framework found is incompatible with the desired one, thensourcekittendaemon
will crash.