Explorar o código

make boost-install refer to the correct target for installing the headers. Fixes #2416.

[SVN r49381]
Steven Watanabe %!s(int64=18) %!d(string=hai) anos
pai
achega
119d7bb751
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Jamroot

+ 1 - 1
Jamroot

@@ -490,7 +490,7 @@ alias build_all : libs/$(libraries)/build ;
 rule boost-install ( libraries * )
 {
     package.install install
-        : <dependency>/boost//install-headers $(install-requirements)
+        : <dependency>/boost//install-proper-headers $(install-requirements)
         : # No binaries
         : $(libraries)
         : # No headers, it is handled by the dependency.

粤ICP备19079148号