boostorg / stacktrace

C++ library for storing and printing backtraces.
https://boost.org/libs/stacktrace
433 stars 74 forks source link

libboost_stacktrace_basic is conditioned on WinDbg #75

Closed pdimov closed 5 years ago

pdimov commented 5 years ago

https://github.com/boostorg/stacktrace/blob/1ad62e582aecb656faaf0c30fcf42fca4656cfbc/build/Jamfile.v2#L107

pdimov commented 5 years ago

Ah the condition here is reversed, basic builds when WinDbg doesn't build. Never mind.