We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52add7d commit 669c80eCopy full SHA for 669c80e
boostcpp.jam
@@ -602,7 +602,14 @@ rule declare-targets ( all-libraries * )
602
ECHO The following libraries require building\: ;
603
for local l in $(libraries)
604
{
605
- ECHO " - $(l)" ;
+ if $(l) = function_types
606
+ {
607
+ continue ;
608
+ }
609
+ if [ path.glob $(BOOST_ROOT)/libs/$(l)/build : Jamfile Jamfile.v2 ]
610
611
+ echo " - $(l)" ;
612
613
}
614
EXIT ;
615
0 commit comments