File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
installer/pkg/sfx/Microsoft.NETCore.App Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -130,3 +130,5 @@ endif(CLR_CMAKE_HOST_OSX)
130
130
131
131
include_directories (${CMAKE_CURRENT_SOURCE_DIR} )
132
132
include_directories (${CMAKE_CURRENT_SOURCE_DIR} /env)
133
+
134
+ install_clr(TARGETS clrgc DESTINATIONS . sharedFramework COMPONENT runtime)
Original file line number Diff line number Diff line change 102
102
<PlatformManifestFileEntry Include =" coreclr.dll" IsNative =" true" />
103
103
<PlatformManifestFileEntry Include =" libcoreclr.so" IsNative =" true" />
104
104
<PlatformManifestFileEntry Include =" libcoreclr.dylib" IsNative =" true" />
105
+ <PlatformManifestFileEntry Include =" clrgc.dll" IsNative =" true" />
106
+ <PlatformManifestFileEntry Include =" libclrgc.so" IsNative =" true" />
107
+ <PlatformManifestFileEntry Include =" libclrgc.dylib" IsNative =" true" />
105
108
<PlatformManifestFileEntry Include =" clretwrc.dll" IsNative =" true" />
106
109
<PlatformManifestFileEntry Include =" clrjit.dll" IsNative =" true" />
107
110
<PlatformManifestFileEntry Condition =" '$(PgoInstrument)' != ''" Include =" pgort140.dll" IsNative =" true" />
You can’t perform that action at this time.
0 commit comments