Javanaise / mrboom-libretro

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

use emar instead of em++ for archiving #122

Closed JoeOsborn closed 1 year ago

JoeOsborn commented 1 year ago

Per https://github.com/libretro/RetroArch/pull/15688

I'm sending this here instead of libretro/mrboom-libretro because it seems like this is the proper upstream, but please let me know if I should file this against the other repo.

frranck commented 1 year ago

Hello Joe, yes I can push to libretro once its merged, but I'm not sure why you want to do that, you're removing the ifeq ($(platform), emscripten) too ?

frranck commented 1 year ago

ah ok it's only gonna impact emscripten

JoeOsborn commented 1 year ago

Good question! It used to be that there was a special case for the library compilation step for emscripten, but since emscripten is a statically linked platform it can use the standard procedure for static linking (ar, in this case emar) instead of compiling object files to a bitcode file.

frranck commented 1 year ago

btw is the music working in the emscripten version?