Skip to content
starkos edited this page Apr 10, 2021 · 2 revisions

⚠️ We have a new website! Visit now for the most update to date documentation.
       This wiki is no longer being maintained.


Stores the name of the operating system currently being targeted; see system() for a complete list of OS identifiers.

The current OS may be overridden on the command line with the --os option.

$ premake5 --os=linux gmake

Availability

Premake 4.0 or later.

See Also

  • [Using Premake](Using Premake)
Clone this wiki locally