Skip to content

Commit e95c272

Browse files
committed
Add auto linking when using clang compiler under Visual Studio (fixes #100)
1 parent 9028c8a commit e95c272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/boost/stacktrace/detail/frame_msvc.ipp

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
#include <mutex>
3535

36-
#ifdef BOOST_MSVC
36+
#if defined(__clang__) || defined(BOOST_MSVC)
3737
# pragma comment(lib, "ole32.lib")
3838
# pragma comment(lib, "Dbgeng.lib")
3939
#endif

0 commit comments

Comments
 (0)