Skip to content

Commit

Permalink
diff-kernel-config: use BUILDSYS_ARCH
Browse files Browse the repository at this point in the history
Signed-off-by: Gavin Inglis <[email protected]>
  • Loading branch information
ginglis13 committed Jul 23, 2024
1 parent 38abe73 commit 47ce998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/diff-kernel-config
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ for state in after before; do
# Run build
#

ARCH="${arch}" PACKAGE="kernel-${kver/./_}" make twoliter build-package \
BUILDSYS_ARCH="${arch}" PACKAGE="kernel-${kver/./_}" make twoliter build-package \
|| bail "Build failed for ${debug_id}"

#
Expand Down

0 comments on commit 47ce998

Please sign in to comment.