-
-
Notifications
You must be signed in to change notification settings - Fork 616
os.is
Jason Perkins edited this page May 30, 2015
·
3 revisions
Checks the current operating system identifier against a particular value.
os.is("id")
id
is an operating system identifier; see system() for a complete list of identifiers.
Note that this function tests against the OS being targeted, which is not necessarily the same as the OS on which Premake is being run. If you are running on Mac OS X and generating Visual Studio project files, the identifier is "Windows", since that is the OS being targeted by the Visual Studio action.
True if the supplied ID matches the current operating system identifier, false otherwise.
Premake 4.0 or later.