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 0ca07a2 commit a95105fCopy full SHA for a95105f
src/coreclr/dlls/mscordbi/CMakeLists.txt
@@ -100,10 +100,7 @@ elseif(CLR_CMAKE_HOST_UNIX)
100
mscordaccore
101
)
102
103
- # COREDBI_LIBRARIES is mentioned twice because ld is one pass linker and will not find symbols
104
- # if they are defined after they are used. Having all libs twice makes sure that ld will actually
105
- # find all symbols.
106
- target_link_libraries(mscordbi ${COREDBI_LIBRARIES} ${COREDBI_LIBRARIES})
+ target_link_libraries(mscordbi ${COREDBI_LIBRARIES})
107
108
add_dependencies(mscordbi mscordaccore)
109
0 commit comments