[cmake-developers] [PATCH 3/6] Resolve & replace @rpath placeholders

Adam Strzelecki ono at java.pl
Tue Sep 16 14:48:31 EDT 2014


> Instead, can you extract rpaths for a binary in BundleUtilities and pass that 
> into gp_resolve_item via the existing dirs argument?

Okay, fixed this in the new 3/6 + 4/6 patches, attached to previous patch post.

FYI I cannot use existing dirs arguments because other replacements search paths shouldn't look into rpath, only @rpath replacements.

So instead I added extra optional rpaths argument to all GetPrerequisites functions that somewhere call gp_resolve_item so need to carry rpaths.

WDYT?

--Adam


More information about the cmake-developers mailing list