Closed iMichka closed 1 year ago
When compiling with LIBSDL2=1, this fixes the following issue with sdl2 provided by Homebrew:
common.cpp:115:10: fatal error: 'SDL_mixer.h' file not found ^~~~~ 1 error generated.
I'm unsure why the path was wrong or if it changed at one point in SDL2, or if different package managers handle this differently?
Hello, I noticed that, I have some local changes to fix that into the Makefile so I will close your PR and upload them in the bit...
When compiling with LIBSDL2=1, this fixes the following issue with sdl2 provided by Homebrew:
common.cpp:115:10: fatal error: 'SDL_mixer.h' file not found ^
~~~~ 1 error generated.I'm unsure why the path was wrong or if it changed at one point in SDL2, or if different package managers handle this differently?