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