Navigation Menu

Skip to content

Commit

Permalink
Deal with atomics linking issue
Browse files Browse the repository at this point in the history
  • Loading branch information
directhex committed Dec 1, 2021
1 parent c01ac90 commit 2a32b83
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/native/corehost/fxr/standalone/CMakeLists.txt
Expand Up @@ -56,3 +56,7 @@ else()
endif(WIN32)

target_link_libraries(hostfxr libhostcommon)

if (CLR_CMAKE_TARGET_ARCH_ARMV6)
target_link_libraries(${DOTNET_PROJECT_NAME} atomic)
endif()

0 comments on commit 2a32b83

Please sign in to comment.