Fix missing exports in mscordaccore.so (#8058)
authorJan Vorlicek <janvorli@microsoft.com>
Thu, 10 Nov 2016 01:28:29 +0000 (17:28 -0800)
committerMike McLaughlin <mikem@microsoft.com>
Thu, 10 Nov 2016 01:28:29 +0000 (17:28 -0800)
commit387613639c271615abae6c69c3344caedfca13b3
tree1e18e98ca5c82384bb76133db507430dc5cc3f2c
parentc637c919adcd0c0d7fcd8818810bcb727408fa51
Fix missing exports in mscordaccore.so (#8058)

I have recently added some exports to the mscordaccore.so and it was
found that they were not honored and libsos.so got some unresolved
symbols.
I have found that the issue is that unlike for libcoreclr.so, we
were not asking linker to include the whole PAL and so it has
eliminated those functions due to the fact they were not called
from the PAL itself.
This change fixes it.
src/dlls/mscordac/CMakeLists.txt