Skip to content

Commit

Permalink
scons: add missing checkTarget in setup hook
Browse files Browse the repository at this point in the history
The checkTarget variable is explicitly tested before, but not passed to
scons.

This was apparently missed in the initial commit for that setupHook in
#50293.
  • Loading branch information
wolfgangwalther committed Aug 24, 2024
1 parent 4a48b92 commit 5c74031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/by-name/sc/scons/setup-hook.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ sconsCheckPhase() {
local flagsArray=(
${enableParallelChecking:+-j${NIX_BUILD_CORES}}
)
concatTo flagsArray sconsFlags sconsFlagsArray checkFlagsArray
concatTo flagsArray sconsFlags sconsFlagsArray checkFlagsArray checkTarget

echoCmd 'scons check flags' "${flagsArray[@]}"
scons "${flagsArray[@]}"
Expand Down

0 comments on commit 5c74031

Please sign in to comment.