summaryrefslogtreecommitdiff
path: root/src/utilcode/staticnohost
diff options
context:
space:
mode:
authorVarun Venkatesan <varun.k.venkatesan@intel.com>2019-03-01 16:41:09 -0800
committerMaoni Stephens <Maoni0@users.noreply.github.com>2019-03-01 16:41:09 -0800
commitc1801e85024add717f518feb6a9caed60d54500f (patch)
tree5095d114bcc0251aef8885b8a146b10c80c383c1 /src/utilcode/staticnohost
parent5c911a4f16668a07ac53c4e29d8128afae6ff0f0 (diff)
downloadcoreclr-c1801e85024add717f518feb6a9caed60d54500f.tar.gz
coreclr-c1801e85024add717f518feb6a9caed60d54500f.tar.bz2
coreclr-c1801e85024add717f518feb6a9caed60d54500f.zip
Revert heapcount and enable CPU Groups to fix Ubuntu FPE (#22861)
Diffstat (limited to 'src/utilcode/staticnohost')
-rw-r--r--src/utilcode/staticnohost/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/utilcode/staticnohost/CMakeLists.txt b/src/utilcode/staticnohost/CMakeLists.txt
index eea4d60785..f4b7909f17 100644
--- a/src/utilcode/staticnohost/CMakeLists.txt
+++ b/src/utilcode/staticnohost/CMakeLists.txt
@@ -9,4 +9,7 @@ add_library_clr(utilcodestaticnohost STATIC ${UTILCODE_STATICNOHOST_SOURCES})
if(CLR_CMAKE_PLATFORM_UNIX)
target_link_libraries(utilcodestaticnohost nativeresourcestring)
+ if(CLR_CMAKE_PLATFORM_DARWIN)
+ target_link_libraries(utilcodestaticnohost coreclrpal)
+ endif(CLR_CMAKE_PLATFORM_DARWIN)
endif(CLR_CMAKE_PLATFORM_UNIX)