Fixed build

This commit is contained in:
Sam Lantinga
2025-07-31 09:41:35 -07:00
parent b0cdb7143f
commit 2989d0c420
2 changed files with 10 additions and 7 deletions

View File

@@ -667,7 +667,7 @@ void SDL_Quit(void)
SDL_DBus_Quit();
#endif
#if defined(SDL_PLATFORM_UNIX) && !defined(SDL_PLATFORM_ANDROID)
#if defined(SDL_PLATFORM_UNIX) && !defined(SDL_PLATFORM_ANDROID) && !defined(SDL_PLATFORM_EMSCRIPTEN)
SDL_Gtk_Quit();
#endif