Home Explore Blog CI



nixpkgs

1st chunk of `doc/hooks/premake.section.md`
949ab6e4aa4573a999d7c6232c24c1d5d779554c7fd9484000000001000001cb
# Premake {#premake-hook}

This setup hook attempts to configure the package using [the Premake build configuration system](https://premake.github.io/). It overrides the `configurePhase` by default, if none exists.

[]{#premake-hook-premakefile} The Premakefile to use can be specified by setting `premakefile` in the derivation.

[]{#premake-hook-premakeFlagsArray} The flags passed to Premake can be configured by adding strings to the `premakeFlags` list.

Title: Premake Setup Hook
Summary
This section describes the Premake setup hook, which uses the Premake build configuration system to configure a package. It explains how to specify the Premakefile to use via the `premakefile` attribute and how to configure flags passed to Premake using the `premakeFlags` list.