Skip to content

Commit 9839004

Browse files
committed
make coreclr_static a STATIC lib again
1 parent 0ae2bc5 commit 9839004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coreclr/dlls/mscoree/coreclr/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# we need to define this library before adding .def fiels to sources.
33
add_library_clr(coreclr_static
4-
OBJECT
4+
STATIC
55
${CLR_SOURCES}
66
)
77

0 commit comments

Comments
 (0)