We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f1503f commit 448152aCopy full SHA for 448152a
1 file changed
external_deps/build.sh
@@ -478,7 +478,8 @@ build_sdl3() {
478
cd "${dir_name}"
479
480
cmake_build \
481
- -DSDL_TEST_LIBRARY=OFF
+ -DSDL_TEST_LIBRARY=OFF \
482
+ -DSDL_AUDIO=OFF
483
484
# Workaround for an SDL CMake bug, we need to provide
485
# a bin/ directory even when nothing is used from it.
@@ -718,7 +719,7 @@ build_openal() {
718
719
720
"${download_only}" && return
721
- local openal_cmake_args=(-DALSOFT_EXAMPLES=OFF)
722
+ local openal_cmake_args=(-DALSOFT_EXAMPLES=OFF -DALSOFT_BACKEND_SNDIO=OFF)
723
724
case "${PLATFORM}" in
725
*-i686-*|*-amd64-*)
0 commit comments