Skip to content

Commit

Permalink
make coreclr_static a STATIC lib again
Browse files Browse the repository at this point in the history
  • Loading branch information
VSadov committed Feb 16, 2021
1 parent 0ae2bc5 commit 9839004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreclr/dlls/mscoree/coreclr/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# we need to define this library before adding .def fiels to sources.
add_library_clr(coreclr_static
OBJECT
STATIC
${CLR_SOURCES}
)

Expand Down

0 comments on commit 9839004

Please sign in to comment.