Skip to content

Commit 352c726

Browse files
committed
linux only bt
1 parent 69dfd89 commit 352c726

File tree

1 file changed

+1
-1
lines changed
  • ydb/library/yql/utils/backtrace

1 file changed

+1
-1
lines changed

ydb/library/yql/utils/backtrace/ya.make

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ IF (OS_LINUX AND ARCH_X86_64)
1111
)
1212
PEERDIR(
1313
contrib/libs/libunwind
14+
library/cpp/dwarf_backtrace
1415
)
1516
ELSE()
1617
SRCS(
@@ -20,7 +21,6 @@ ENDIF()
2021

2122
PEERDIR(
2223
library/cpp/deprecated/atomic
23-
library/cpp/dwarf_backtrace
2424
)
2525

2626
END()

0 commit comments

Comments
 (0)