Skip to content

Commit 7a495bb

Browse files
committed
Switch Boost.System to header-only in b2
1 parent db00e18 commit 7a495bb

File tree

3 files changed

+1
-53
lines changed

3 files changed

+1
-53
lines changed

build.jam

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,9 @@ constant boost_dependencies :
1616
project /boost/system ;
1717

1818
explicit
19-
[ alias boost_system : build//boost_system ]
19+
[ alias boost_system : : : : <include>include <library>$(boost_dependencies) ]
2020
[ alias all : boost_system test ]
2121
;
2222

2323
call-if : boost-library system
24-
: install boost_system
2524
;

build/Jamfile.v2

Lines changed: 0 additions & 20 deletions
This file was deleted.

src/error_code.cpp

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)