We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89cc526 commit fbed34aCopy full SHA for fbed34a
cmake/macros.cmake
@@ -394,7 +394,7 @@ function(SDL_PrintSummary)
394
message(STATUS "")
395
endif()
396
397
- if(UNIX AND NOT (ANDROID OR APPLE))
+ if(UNIX AND NOT (ANDROID OR APPLE OR EMSCRIPTEN))
398
if(NOT (HAVE_X11 OR HAVE_WAYLAND))
399
message(STATUS "SDL is being built without a X11 or wayland video driver.")
400
message(STATUS "The library will not be able to create windows on most unix environments.")
0 commit comments