This repository has been archived on 2022-12-23. You can view files and clone it, but cannot push or open issues or pull requests.
fuck-premake-old2/website/docs/_OS.md
2021-03-12 22:10:24 +01:00

345 B

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