Fix build with 'link=static runtime-link=static' flags. Fixes #23 on github

This commit is contained in:
Antony Polukhin
2017-07-05 22:53:38 +03:00
parent ba2f260d95
commit 9c1ed7fc95

View File

@@ -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 ;