Przeglądaj źródła

Add *.inc as possible header files to install, pool library has some of those. Fixes SF issue #951106 .

[SVN r22776]
Rene Rivera 22 lat temu
rodzic
commit
7edc4562b0
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      Jamfile

+ 1 - 1
Jamfile

@@ -190,7 +190,7 @@ if $(lib-sources)
 stage $(include-locate:D=)/boost-$(version-tag)
     :
         [ glob-tree $(BOOST_ROOT)/boost/compatibility/cpp_c_headers : c* ]
-        [ glob-tree $(BOOST_ROOT)/boost : *.hpp *.ipp *.h ]
+        [ glob-tree $(BOOST_ROOT)/boost : *.hpp *.ipp *.h *.inc ]
     :
         <locate>$(include-locate:D)
         <tree-subdirs>$(BOOST_ROOT)

粤ICP备19079148号