From 1f9413f532e58b82d12e9185c2eb8bc45612914c Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Fri, 28 Oct 2016 13:52:41 +0300 Subject: [PATCH] Switch to using boost-lib. --- build/Jamfile.v2 | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/build/Jamfile.v2 b/build/Jamfile.v2 index e7af5f1..852054d 100644 --- a/build/Jamfile.v2 +++ b/build/Jamfile.v2 @@ -9,13 +9,8 @@ SOURCES = convert winmain split ; -lib boost_program_options +boost-lib program_options : $(SOURCES).cpp - : shared:BOOST_PROGRAM_OPTIONS_DYN_LINK=1 # tell source we're building dll's - # See https://svn.boost.org/trac/boost/ticket/5049 + : # See https://svn.boost.org/trac/boost/ticket/5049 hpux,gcc:_INCLUDE_STDC__SOURCE_199901 - : - : shared:BOOST_PROGRAM_OPTIONS_DYN_LINK=1 - ; - -boost-install boost_program_options ; + ; \ No newline at end of file