Skip to content

Commit

Permalink
If we're compiling against static boost, force it to prevent test bre…
Browse files Browse the repository at this point in the history
…akage
  • Loading branch information
kpu committed Jan 24, 2013
1 parent 77ec7fc commit 74516b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jam-files/sanity.jam
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ rule boost-lib ( name macro : deps * ) {
alias boost_$(name) : inner_boost_$(name) : <link>shared ;
requirements += <define>BOOST_$(macro) ;
} else {
alias boost_$(name) : inner_boost_$(name) ;
alias boost_$(name) : inner_boost_$(name) : <link>static ;
}
}

Expand Down

0 comments on commit 74516b7

Please sign in to comment.