Skip to content

Commit 626abb7

Browse files
committed
yes
1 parent 2c4f6d6 commit 626abb7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CMakeLists.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,15 @@ endif()
8181
# Flags
8282
################################################################
8383
if(EMSCRIPTEN)
84+
85+
86+
87+
88+
8489
# compiler flags
8590
set_target_properties(xplugin_host PROPERTIES COMPILE_FLAGS "-s MAIN_MODULE=1")
8691
set_target_properties(xplugin_plugin PROPERTIES COMPILE_FLAGS "-s SIDE_MODULE=1")
87-
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']")
8893
set_target_properties(xplugin_plugin PROPERTIES LINK_FLAGS "-s SIDE_MODULE=1")
8994
endif()
9095

0 commit comments

Comments
 (0)