mirror of
https://github.com/boostorg/stacktrace.git
synced 2026-02-01 09:02:07 +00:00
Fix build with 'link=static runtime-link=static' flags. Fixes #23 on github
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright (C) 2016, Antony Polukhin.
|
||||
# Copyright (C) 2016-2017, Antony Polukhin.
|
||||
#
|
||||
# Use, modification and distribution is subject to the Boost Software License,
|
||||
# Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||
@@ -11,8 +11,8 @@ project
|
||||
<target-os>linux:<cxxflags>"-fvisibility=hidden"
|
||||
;
|
||||
|
||||
lib dl : : <link>shared ;
|
||||
lib gcc_s : : <link>shared ;
|
||||
lib dl ;
|
||||
lib gcc_s ;
|
||||
lib Dbgeng ;
|
||||
lib ole32 ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user