Skip to content

Commit

Permalink
fix(dotnet): enable dotnetspy for macos build (#469)
Browse files Browse the repository at this point in the history
  • Loading branch information
kolesnikovae committed Oct 18, 2021
1 parent b43d96a commit c155ddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ALL_SPIES = ebpfspy,rbspy,pyspy,dotnetspy,debugspy
ifeq ("$(OS)", "Linux")
ENABLED_SPIES ?= ebpfspy,rbspy,pyspy,phpspy,dotnetspy
else
ENABLED_SPIES ?= rbspy,pyspy
ENABLED_SPIES ?= rbspy,pyspy,dotnetspy
endif

ifeq ("$(OS)", "Linux")
Expand Down

0 comments on commit c155ddc

Please sign in to comment.