Closed JoeOsborn closed 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 ?
ah ok it's only gonna impact emscripten
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.
btw is the music working in the emscripten version?
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.