premake/website/docs/premake_OS.md
KyrietS 19f8561bd8 Upgrade docusaurus version to beta.6
- some files had to be renamed as files prefixed with an underscore are ignored now
- docusaurus reserves /docs/tags path so we can't have a page there
2021-09-08 21:42:18 +02:00

362 B

id
_OS

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