Files
nixpkgs/pkgs/by-name/op/opensupaplex/darwin.patch
2025-11-10 23:47:06 +00:00

17 lines
372 B
Diff

diff --git a/src/sdl_common/audio.c b/src/sdl_common/audio.c
index 797c678..ebb9eda 100644
--- a/src/sdl_common/audio.c
+++ b/src/sdl_common/audio.c
@@ -25,11 +25,7 @@
#if HAVE_SDL2
#include <SDL2/SDL.h>
-#if TARGET_OS_MAC
-#include <SDL2_mixer/SDL_mixer.h>
-#else
#include <SDL2/SDL_mixer.h>
-#endif
#elif HAVE_SDL
#include <SDL/SDL.h>
#include <SDL/SDL_mixer.h>