Skip to main content

prelinkcommands

Specifies shell commands to run after the source files have been compiled, but before the link step.

prelinkcommands { "commands" }

Parameters

commands is one or more shell commands.

Applies To

Project configurations.

Availability

Premake 4.4 or later.

Examples

prelinkcommands { "{COPY} %[default.config] %[bin/project.config]" }

See Also