mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-01-05 22:51:55 -05:00
575 B
Vendored
575 B
Vendored
Passes arguments directly to the linker command line without translation.
linkoptions { "options" }
Parameters
options
is a list of linker flags and options, specific to a particular linker.
Applies To
Project configurations.
Availability
Premake 4.0 or later.
Examples
Use pkg-config
style configuration when building on Linux with GCC. Build options are always linker specific and should be targeted to a particular toolset.
filter { "system:linux", "action:gmake" }
linkoptions { "`wx-config --libs`" }