We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afebf24 commit 4d96f0dCopy full SHA for 4d96f0d
CMakeLists.txt
@@ -82,11 +82,7 @@ endif()
82
################################################################
83
if(EMSCRIPTEN)
84
85
-
86
87
- set(EMS
88
- "SHELL: -s EXTRA_EXPORTED_RUNTIME_METHODS=['FS']"
89
- )
+ set(EMS "SHELL: -s EXTRA_EXPORTED_RUNTIME_METHODS=['FS', 'PATH']")
90
target_compile_options(xplugin_host INTERFACE ${EMS})
91
target_link_options(xplugin_host INTERFACE ${EMS})
92
0 commit comments