SDL: replace SDL with SDL_compat (#389106)

This commit is contained in:
K900
2025-03-15 13:19:02 +03:00
committed by GitHub
+1 -1
View File
@@ -10403,7 +10403,7 @@ with pkgs;
autoreconfHook = buildPackages.autoreconfHook269;
};
SDL = SDL1;
SDL = SDL_compat;
SDL2 = callPackage ../development/libraries/SDL2 {
inherit (darwin.apple_sdk.frameworks) AudioUnit Cocoa CoreAudio CoreServices ForceFeedback OpenGL;