We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc08fbb commit d3615faCopy full SHA for d3615fa
src/coreclr/CMakeLists.txt
@@ -72,9 +72,8 @@ else()
72
# WASM-TODO set GEN_PINVOKE to 1 once we generate them. static entrypoint.c prevents C linker from trimming, when IL trimming trims PInvokes
73
set(GEN_PINVOKE 0)
74
# WASM-TODO should we start using System.Native.Browser and System.Runtime.InteropServices.JavaScript.Native also for Mono ?
75
- set(BUILD_LIBS_NATIVE_BROWSER 1)
76
- add_subdirectory(${CLR_SRC_NATIVE_DIR}/corehost browserhost)
77
- add_dependencies(runtime browserhost)
+ add_dependencies(runtime System.Native.Browser-Static)
+ add_dependencies(runtime System.Runtime.InteropServices.JavaScript.Native-Static)
78
endif()
79
80
0 commit comments