We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c4f6d6 commit 626abb7Copy full SHA for 626abb7
CMakeLists.txt
@@ -81,10 +81,15 @@ endif()
81
# Flags
82
################################################################
83
if(EMSCRIPTEN)
84
+
85
86
87
88
89
# compiler flags
90
set_target_properties(xplugin_host PROPERTIES COMPILE_FLAGS "-s MAIN_MODULE=1")
91
set_target_properties(xplugin_plugin PROPERTIES COMPILE_FLAGS "-s SIDE_MODULE=1")
- set_target_properties(xplugin_host PROPERTIES LINK_FLAGS "-s MAIN_MODULE=1 -s \"EXTRA_EXPORTED_RUNTIME_METHODS=['FS']\"")
92
+ set_target_properties(xplugin_host PROPERTIES LINK_FLAGS "-s MAIN_MODULE=1 -s EXTRA_EXPORTED_RUNTIME_METHODS=['FS']")
93
set_target_properties(xplugin_plugin PROPERTIES LINK_FLAGS "-s SIDE_MODULE=1")
94
endif()
95
0 commit comments