From 9c1ed7fc95350bd7a0540ef600df2a715271aa78 Mon Sep 17 00:00:00 2001 From: Antony Polukhin Date: Wed, 5 Jul 2017 22:53:38 +0300 Subject: [PATCH] Fix build with 'link=static runtime-link=static' flags. Fixes #23 on github --- build/Jamfile.v2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/Jamfile.v2 b/build/Jamfile.v2 index 0e9720a..d9c2418 100644 --- a/build/Jamfile.v2 +++ b/build/Jamfile.v2 @@ -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 linux:"-fvisibility=hidden" ; -lib dl : : shared ; -lib gcc_s : : shared ; +lib dl ; +lib gcc_s ; lib Dbgeng ; lib ole32 ;