Skip to content

Commit

Permalink
disable lltng on FreeBSD as the package is no longer available (#63567)
Browse files Browse the repository at this point in the history
  • Loading branch information
wfurt authored Jan 10, 2022
1 parent cf5b231 commit 6c27588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreclr/pal/src/eventprovider/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set(EVENT_MANIFEST ${VM_DIR}/ClrEtwAll.man)

if(CLR_CMAKE_HOST_LINUX OR CLR_CMAKE_HOST_FREEBSD)
if(CLR_CMAKE_HOST_LINUX)
add_subdirectory(lttngprovider)
else()
add_subdirectory(dummyprovider)
Expand Down

0 comments on commit 6c27588

Please sign in to comment.