openframeworks / openFrameworks

openFrameworks is a community-developed cross platform toolkit for creative coding in C++.
http://openframeworks.cc
Other
9.94k stars 2.55k forks source link

config.emscripten.default.mk for Emscripten >= 3.1.52 #7909

Closed Jonathhhan closed 4 months ago

Jonathhhan commented 6 months ago

libopenFrameworks needs to be compiled as an object file since Emscripten 3.1.52. See: https://github.com/emscripten-core/emscripten/issues/21128 I also removed --memory-init-file which is also removed from Emscripten since 3.1.55: https://github.com/emscripten-core/emscripten/blob/main/ChangeLog.md This apothecary PR is also needed: https://github.com/openframeworks/apothecary/pull/358