Skip to content

Commit 9e4989f

Browse files
authored
hotfix (#8)
1 parent a2adb3c commit 9e4989f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,9 @@ endif()
8282
################################################################
8383
if(EMSCRIPTEN)
8484
# extra flags to ensure runtime methods are exported
85-
set(EMS"SHELL: -s EXTRA_EXPORTED_RUNTIME_METHODS=['FS','PATH','loadDynamicLibrary']")
85+
set(EMS
86+
"SHELL: -s EXTRA_EXPORTED_RUNTIME_METHODS=['FS','PATH','loadDynamicLibrary']"
87+
)
8688
target_compile_options(xplugin_host INTERFACE ${EMS})
8789
target_link_options(xplugin_host INTERFACE ${EMS})
8890

0 commit comments

Comments
 (0)