Skip to content

Commit a95105f

Browse files
committed
Remove a strange (one-of-a-kind) workaround
1 parent 0ca07a2 commit a95105f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/coreclr/dlls/mscordbi/CMakeLists.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,7 @@ elseif(CLR_CMAKE_HOST_UNIX)
100100
mscordaccore
101101
)
102102

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})
103+
target_link_libraries(mscordbi ${COREDBI_LIBRARIES})
107104

108105
add_dependencies(mscordbi mscordaccore)
109106

0 commit comments

Comments
 (0)