mirror of
https://github.com/libretro/RetroArch
synced 2025-04-16 08:43:10 +00:00
(Emscripten) Another buildfix
This commit is contained in:
parent
cca2dd1713
commit
c992b10a7d
@ -23,7 +23,7 @@ ifneq ($(NATIVE_ZLIB),)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
LIBS :=
|
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']" \
|
-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_rwebaudio.js \
|
||||||
--js-library emscripten/library_rwebinput.js \
|
--js-library emscripten/library_rwebinput.js \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user