瀏覽代碼

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

[SVN r49381]
Steven Watanabe 17 年之前
父節點
當前提交
119d7bb751
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Jamroot

+ 1 - 1
Jamroot

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

粤ICP备19079148号