summaryrefslogtreecommitdiff
path: root/src/dlls
diff options
context:
space:
mode:
authorMike McLaughlin <mikem@microsoft.com>2019-05-21 15:57:33 -0700
committerMike McLaughlin <mikem@microsoft.com>2019-05-21 15:57:33 -0700
commitf20a272dad3b25259c8dce39526becdc69405c0b (patch)
treee43017854c3e3d9bbdfbc68eddb5f6698cf0ef26 /src/dlls
parentf4ae8f0312890a7bc14c28764adb609820d86662 (diff)
downloadcoreclr-f20a272dad3b25259c8dce39526becdc69405c0b.tar.gz
coreclr-f20a272dad3b25259c8dce39526becdc69405c0b.tar.bz2
coreclr-f20a272dad3b25259c8dce39526becdc69405c0b.zip
Fix loading libcoreclrtraceptprovider.so
Diffstat (limited to 'src/dlls')
-rw-r--r--src/dlls/mscoree/coreclr/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dlls/mscoree/coreclr/CMakeLists.txt b/src/dlls/mscoree/coreclr/CMakeLists.txt
index fd7853c0ab..0e847c684b 100644
--- a/src/dlls/mscoree/coreclr/CMakeLists.txt
+++ b/src/dlls/mscoree/coreclr/CMakeLists.txt
@@ -131,7 +131,9 @@ endif(WIN32)
if(CMAKE_SYSTEM_NAME STREQUAL Linux)
list(APPEND CORECLR_LIBRARIES
+ ${START_WHOLE_ARCHIVE}
tracepointprovider
+ ${END_WHOLE_ARCHIVE}
)
endif(CMAKE_SYSTEM_NAME STREQUAL Linux)