depot/third_party/nixpkgs/doc/hooks/premake.section.md
Default email 159e378cbb Project import generated by Copybara.
GitOrigin-RevId: c04d5652cfa9742b1d519688f65d1bbccea9eb7e
2024-09-19 17:19:46 +03:00

459 B

Premake

This setup hook attempts to configure the package using the Premake build configuration system. 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.