Skip to content

basedir

Jason Perkins edited this page Apr 14, 2015 · 5 revisions

The basedir function sets the base directory for a configuration, from with other paths contained by the configuration will be made relative at export time.

basedir ("value")

You not normally need to set this value, as it is filled in automatically with the current working directory at the time that new paths are specified.

Parameters

value is an absolute path, from with other paths contained by the configuration should be made relative.

Applies To

Any configuration.

Availability

Premake 5.0 or later.

Clone this wiki locally