From c992b10a7d81c1b6995f98dd235b379d69f0d258 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 20 Aug 2015 00:57:54 +0200 Subject: [PATCH] (Emscripten) Another buildfix --- Makefile.emscripten | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.emscripten b/Makefile.emscripten index 4e81ee9287..601083f433 100644 --- a/Makefile.emscripten +++ b/Makefile.emscripten @@ -23,7 +23,7 @@ ifneq ($(NATIVE_ZLIB),) endif LIBS := -LDFLAGS := -L. --no-heap-copy -s USE_ZLIB=1 `-s TOTAL_MEMORY=$(MEMORY) -s OUTLINING_LIMIT=50000 \ +LDFLAGS := -L. --no-heap-copy -s USE_ZLIB=1 -s TOTAL_MEMORY=$(MEMORY) -s OUTLINING_LIMIT=50000 \ -s EXPORTED_FUNCTIONS="['_main', '_malloc', '_cmd_savefiles', '_cmd_save_state', '_cmd_load_state', '_cmd_take_screenshot']" \ --js-library emscripten/library_rwebaudio.js \ --js-library emscripten/library_rwebinput.js \