Skip to content

Commit

Permalink
emscripten DISABLE_DEPRECATED_FIND_EVENT_TARGET_BEHAVIOR (#6536)
Browse files Browse the repository at this point in the history
patch to make it work with the new event system in emscripten until we fix the template
  • Loading branch information
Jonathhhan committed Feb 12, 2020
1 parent 1afca9f commit 0f03916
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ ifdef USE_CCACHE
endif
endif

PLATFORM_LDFLAGS = -Wl,--as-needed -Wl,--gc-sections --preload-file bin/data@data --emrun
PLATFORM_LDFLAGS = -Wl,--as-needed -Wl,--gc-sections --preload-file bin/data@data --emrun -s DISABLE_DEPRECATED_FIND_EVENT_TARGET_BEHAVIOR=0
PLATFORM_LDFLAGS += --js-library $(OF_ADDONS_PATH)/ofxEmscripten/libs/html5video/lib/emscripten/library_html5video.js
PLATFORM_LDFLAGS += --js-library $(OF_ADDONS_PATH)/ofxEmscripten/libs/html5audio/lib/emscripten/library_html5audio.js

Expand Down

0 comments on commit 0f03916

Please sign in to comment.