Skip to content

Commit 163b569

Browse files
committed
disable Joystick for Windows
1 parent 233f7bd commit 163b569

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

platforms/win/x64/external.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ if [ "${SDL3_EXPECTED_SHA}" != "${SDL3_FOUND_SHA}" ]; then
4747
-DSDL_SHARED=ON \
4848
-DSDL_STATIC=OFF \
4949
-DSDL_TEST_LIBRARY=OFF \
50+
-DSDL_JOYSTICK=OFF \
5051
-B build
5152
cmake --build build --config ${BUILD_TYPE}
5253
cd ..

0 commit comments

Comments
 (0)