Javanaise / mrboom-libretro

Mr.Boom is an 8 player Bomberman clone for RetroArch/Libretro
http://mrboom.mumblecore.org
MIT License
206 stars 61 forks source link

Fix SDL2 include path #121

Closed iMichka closed 1 year ago

iMichka commented 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?

frranck commented 1 year ago

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...