We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a366100 commit 68a8d7dCopy full SHA for 68a8d7d
1 file changed
.github/scripts/Linux/arm/build.sh
@@ -24,8 +24,6 @@ export CFLAGS CXXFLAGS
24
set -- $FEATURES
25
set -- "$@" --enable-sdl=2 # use SDL2 (environment.sh sets sdl=3)
26
set -- "$@" --enable-drm_disp
27
-# TODO TOREMOVE after builders migrate to Debian Bookworm
28
-set -- "$@" --with-object-remove=src/audio/playback/aes67.o
29
30
./autogen.sh "$@"
31
make -j "$(nproc)"
0 commit comments