prelinkcommands
Specifies shell commands to run after the source files have been compiled, but before the link step (if unsupported by the action, it will be treated the same as prebuildcommands).
prelinkcommands { "commands" }
Parameters
commands
is one or more shell commands.
Applies To
Project configurations.
Availability
Premake 4.4 or later.
Examples
prelinkcommands { "{COPYFILE} %[default.config] %[bin/project.config]" }