Skip to content

Commit

Permalink
Make modern emscripten happy
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanaobrien authored Dec 23, 2023
1 parent b465a0e commit d5948d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.emscripten
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ LDFLAGS := -L. --no-heap-copy $(LIBS) -s TOTAL_STACK=$(STACK_MEMORY) -s TOTAL_ME
-lidbfs.js \
-s ERROR_ON_UNDEFINED_SYMBOLS=0 \
-s ALLOW_MEMORY_GROWTH=1 \
-s GL_ENABLE_GET_PROC_ADDRESS=1 \
--js-library emscripten/library_rwebcam.js \
--js-library emscripten/library_errno_codes.js

Expand Down

0 comments on commit d5948d5

Please sign in to comment.