From 1534d71ef74e468fda52ef313cf800148427f613 Mon Sep 17 00:00:00 2001 From: Eugene Zemtsov Date: Thu, 26 Mar 2015 12:12:12 -0700 Subject: Make DBI and SOS use PAL from DAC --- src/dlls/mscordbi/CMakeLists.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/dlls/mscordbi') diff --git a/src/dlls/mscordbi/CMakeLists.txt b/src/dlls/mscordbi/CMakeLists.txt index d2fca5f943..0e90b16211 100644 --- a/src/dlls/mscordbi/CMakeLists.txt +++ b/src/dlls/mscordbi/CMakeLists.txt @@ -57,8 +57,7 @@ if(WIN32) elseif(CLR_CMAKE_PLATFORM_UNIX) list(APPEND COREDBI_LIBRARIES mdhotdata_full - palrt - CoreClrPal + mscordaccore ) # COREDBI_LIBRARIES is mentioned twice because ld is one pass linker and will not find symbols @@ -69,6 +68,8 @@ elseif(CLR_CMAKE_PLATFORM_UNIX) # This option is necessary to ensure that the overloaded new/delete operators defined inside # of the utilcode will be used instead of the standard library delete operator. set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -Xlinker -Bsymbolic-functions") + + add_dependencies(mscordbi mscordaccore) endif(WIN32) -- cgit v1.2.3