We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fcd922 commit afebf24Copy full SHA for afebf24
CMakeLists.txt
@@ -87,8 +87,8 @@ if(EMSCRIPTEN)
87
set(EMS
88
"SHELL: -s EXTRA_EXPORTED_RUNTIME_METHODS=['FS']"
89
)
90
- target_compile_options(xplugin_host PRIVATE ${EMS})
91
- target_link_options(xplugin_host PRIVATE ${EMS})
+ target_compile_options(xplugin_host INTERFACE ${EMS})
+ target_link_options(xplugin_host INTERFACE ${EMS})
92
93
# compiler flags
94
set_target_properties(xplugin_host PROPERTIES COMPILE_FLAGS "-s MAIN_MODULE=1")
0 commit comments