diff --git a/Makefile.emscripten b/Makefile.emscripten index c6891cfd3f..7126d26202 100644 --- a/Makefile.emscripten +++ b/Makefile.emscripten @@ -38,7 +38,8 @@ OBJ = frontend/frontend_emscripten.o \ audio/resampler.o \ audio/sinc.o \ audio/null.o \ - performance.o + performance.o \ + core_info.o HAVE_OPENGL = 1 HAVE_RGUI = 1