From dde604ed73a05977b7d30ac8723b8d4e78ecdbf8 Mon Sep 17 00:00:00 2001 From: Martin Pulec Date: Fri, 20 Feb 2026 15:55:48 +0100 Subject: [PATCH] ARM CI: fix explicit features dropped with the commit 6e8a62bf (27th Aug 2025) the explicit feature spec was accidently dropped (missing $@) --- .github/scripts/Linux/arm/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/Linux/arm/build.sh b/.github/scripts/Linux/arm/build.sh index 45042f19f..93549479b 100755 --- a/.github/scripts/Linux/arm/build.sh +++ b/.github/scripts/Linux/arm/build.sh @@ -22,7 +22,7 @@ export CFLAGS CXXFLAGS # shellcheck disable=SC2086 # intentional set -- $FEATURES -set -- --enable-sdl=2 # use SDL2 (environment.sh sets sdl=3) +set -- "$@" --enable-sdl=2 # use SDL2 (environment.sh sets sdl=3) set -- "$@" --enable-drm_disp ./autogen.sh "$@"