Skip to content

xcode_runpathdirs

James Touton edited this page Jun 4, 2015 · 2 revisions

Specifies runtime library search paths for the executable.

xcode_runpathdirs {
	'@exexcutable_path/../libraries'
}

Parameters

A list of search paths. These paths are used by the executable to locate shared libraries at runtime.

Applies To

Project configurations.

Availability

Premake 5.0.0 or later.

Clone this wiki locally