rpath_command

The rpath_command contains a path which at runtime should be added to the current run path used to find @rpath prefixed dylibs.

version(CoreDdoc)
struct rpath_command {}

Members

Variables

cmd
uint cmd;

LC_RPATH.

cmdsize
uint cmdsize;

Includes string.

path
lc_str path;

Path to add to run path.

Meta