Skip to content

Commit

Permalink
Enable building StressLogAnalyzer for Alpine (#62703)
Browse files Browse the repository at this point in the history
  • Loading branch information
cshung committed Dec 13, 2021
1 parent 932404b commit f18f658
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/coreclr/tools/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ if (CLR_CMAKE_TARGET_WIN32 AND NOT CLR_CMAKE_CROSS_ARCH)

install(EXPORT dactabletools DESTINATION dactabletools COMPONENT crosscomponents)
endif()
if ((NOT CLR_CMAKE_TARGET_ALPINE_LINUX) AND (CLR_CMAKE_TARGET_ARCH_AMD64 OR CLR_CMAKE_TARGET_ARCH_ARM64))
if (CLR_CMAKE_TARGET_ARCH_AMD64 OR CLR_CMAKE_TARGET_ARCH_ARM64)
add_subdirectory(StressLogAnalyzer)
endif()
endif()

0 comments on commit f18f658

Please sign in to comment.