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 #125

Closed chenrui333 closed 9 months ago

chenrui333 commented 9 months 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.


reapply https://github.com/Javanaise/mrboom-libretro/commit/d483c2dc308ddaf831fb81bff965a1bca266b7c8

relates to https://github.com/Homebrew/homebrew-core/pull/162564

cc @frranck

frranck commented 9 months ago

thanks!