From 8a617ffa0b8df7fb222f544e4f722ce483b2173c Mon Sep 17 00:00:00 2001 From: ToadKing Date: Wed, 30 Oct 2013 21:36:17 -0400 Subject: [PATCH] [EMSCRIPTEN] fix build --- Makefile.emscripten | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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