Skip to content

Commit 1f9413f

Browse files
committed
Switch to using boost-lib.
1 parent dfdbcfc commit 1f9413f

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

build/Jamfile.v2

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,8 @@ SOURCES =
99
convert winmain split
1010
;
1111

12-
lib boost_program_options
12+
boost-lib program_options
1313
: $(SOURCES).cpp
14-
: <link>shared:<define>BOOST_PROGRAM_OPTIONS_DYN_LINK=1 # tell source we're building dll's
15-
# See https://svn.boost.org/trac/boost/ticket/5049
14+
: # See https://svn.boost.org/trac/boost/ticket/5049
1615
<target-os>hpux,<toolset>gcc:<define>_INCLUDE_STDC__SOURCE_199901
17-
:
18-
: <link>shared:<define>BOOST_PROGRAM_OPTIONS_DYN_LINK=1
19-
;
20-
21-
boost-install boost_program_options ;
16+
;

0 commit comments

Comments
 (0)