Skip to content

Commit 9fb2220

Browse files
Disable SDL
1 parent 3042918 commit 9fb2220

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ if(UNIX)
585585
endif()
586586

587587
if(ENABLE_SDL)
588-
dolphin_find_optional_system_library(SDL3 Externals/SDL 3.2.0)
588+
# dolphin_find_optional_system_library(SDL3 Externals/SDL 3.2.0)
589589
endif()
590590

591591
if(ENABLE_ANALYTICS)

0 commit comments

Comments
 (0)