mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-20 04:44:05 +00:00
ARM CI: fix explicit features dropped
with the commit 6e8a62bf (27th Aug 2025) the explicit feature spec was
accidently dropped (missing $@)
This commit is contained in:
2
.github/scripts/Linux/arm/build.sh
vendored
2
.github/scripts/Linux/arm/build.sh
vendored
@@ -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 "$@"
|
||||
|
||||
Reference in New Issue
Block a user