Skip to content

Commit

Permalink
Do not define BOOST_STACKTRACE_DYN_LINK when BOOST_STACKTRACE_STATIC_…
Browse files Browse the repository at this point in the history
…LINK is defined
  • Loading branch information
pdimov committed Jun 23, 2024
1 parent f32bd5a commit 34e56c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/boost/stacktrace/detail/push_options.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# define BOOST_STACKTRACE_LINK
#endif

#if defined(BOOST_STACKTRACE_LINK) && !defined(BOOST_STACKTRACE_DYN_LINK) && defined(BOOST_ALL_DYN_LINK)
#if defined(BOOST_STACKTRACE_LINK) && !defined(BOOST_STACKTRACE_DYN_LINK) && !defined(BOOST_STACKTRACE_STATIC_LINK) && defined(BOOST_ALL_DYN_LINK)
# define BOOST_STACKTRACE_DYN_LINK
#endif

Expand Down

0 comments on commit 34e56c4

Please sign in to comment.