Home Explore Blog CI



nixpkgs

1st chunk of `doc/hooks/scons.section.md`
27e88b453e7554393392d04052d921caf6d37aa05a6a5f1b00000001000000dc
# scons {#scons}

Overrides the build, install, and check phases. This uses the scons build system as a replacement for make. scons does not provide a configure phase, so everything is managed at build and install time.

Title: SCons Build System Integration
Summary
This section describes how to integrate the SCons build system, which replaces Make, into the build, install, and check phases of a larger process. SCons lacks a configure phase, so configuration is handled during the build and install steps.