Просмотр исходного кода

Remove function_types from the list of compiled libraries.

Fixes #2489.


[SVN r51895]
Vladimir Prus 17 лет назад
Родитель
Сommit
055a2cf235
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      Jamroot

+ 3 - 0
Jamroot

@@ -212,6 +212,9 @@ all-libraries = [ MATCH .*libs/(.*)/build/.* : [ glob libs/*/build/Jamfile.v2 ]
     ;
 
 all-libraries = [ sequence.unique $(all-libraries) ] ;
+# The function_types library has a Jamfile, but it's used for maintenance
+# purposes, there's no library to build and install.
+all-libraries = [ set.difference $(all-libraries) : function_types ] ;
 
 
 local rule explicit-alias ( id : targets + )

粤ICP备19079148号