Skip to content

Commit afebf24

Browse files
committed
yes
1 parent 4fcd922 commit afebf24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ if(EMSCRIPTEN)
8787
set(EMS
8888
"SHELL: -s EXTRA_EXPORTED_RUNTIME_METHODS=['FS']"
8989
)
90-
target_compile_options(xplugin_host PRIVATE ${EMS})
91-
target_link_options(xplugin_host PRIVATE ${EMS})
90+
target_compile_options(xplugin_host INTERFACE ${EMS})
91+
target_link_options(xplugin_host INTERFACE ${EMS})
9292

9393
# compiler flags
9494
set_target_properties(xplugin_host PROPERTIES COMPILE_FLAGS "-s MAIN_MODULE=1")

0 commit comments

Comments
 (0)