From 3a2020430acc074708c0cc6ffcee3b29f152dbf3 Mon Sep 17 00:00:00 2001 From: niansa Date: Wed, 13 Mar 2024 02:32:08 +0000 Subject: [PATCH] Allow use of provided SDL2 in Windows CI --- .ci/scripts/windows/docker.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/.ci/scripts/windows/docker.sh b/.ci/scripts/windows/docker.sh index 6641c3b16a..0dc68f088c 100755 --- a/.ci/scripts/windows/docker.sh +++ b/.ci/scripts/windows/docker.sh @@ -17,8 +17,6 @@ wine cmake.exe .. \ -DENABLE_COMPATIBILITY_LIST_DOWNLOAD=OFF \ -DENABLE_QT_TRANSLATION=OFF \ -DUSE_CCACHE=ON \ - -DSUYU_USE_BUNDLED_SDL2=OFF \ - -DSUYU_USE_EXTERNAL_SDL2=OFF \ -DENABLE_LIBUSB=NO \ -DSUYU_TESTS=OFF \ -GNinja