Skip to content

Commit 34e56c4

Browse files
committed
Do not define BOOST_STACKTRACE_DYN_LINK when BOOST_STACKTRACE_STATIC_LINK is defined
1 parent f32bd5a commit 34e56c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/boost/stacktrace/detail/push_options.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# define BOOST_STACKTRACE_LINK
1616
#endif
1717

18-
#if defined(BOOST_STACKTRACE_LINK) && !defined(BOOST_STACKTRACE_DYN_LINK) && defined(BOOST_ALL_DYN_LINK)
18+
#if defined(BOOST_STACKTRACE_LINK) && !defined(BOOST_STACKTRACE_DYN_LINK) && !defined(BOOST_STACKTRACE_STATIC_LINK) && defined(BOOST_ALL_DYN_LINK)
1919
# define BOOST_STACKTRACE_DYN_LINK
2020
#endif
2121

0 commit comments

Comments
 (0)