You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Immediately after startup, Premake will look for and run a system script. It does this before handling actions and other arguments, and before loading the project script, if present. The system script is a great place for adding modules and other support code that you wish to include in all of your Premake-enabled projects.
There is nothing particularly special about this file other than its run-first priority. You can put any Premake code in the system script, including configurations, workspaces, and projects.