Explorar o código

use-project didn't actually do what the comment promised.
This triggered an error with thread Jamfile that could be seen when bjam was invoked in rootdir with
bjam --with-wave.

[SVN r44774]

Roland Schwarz %!s(int64=18) %!d(string=hai) anos
pai
achega
1d7b685fea
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Jamroot

+ 1 - 1
Jamroot

@@ -497,7 +497,7 @@ rule boost-install ( libraries * )
 }
 }
 
 
 # Make project ids of all libraries known.
 # Make project ids of all libraries known.
-for local l in $(libraries)
+for local l in $(all-libraries)
 {
 {
     use-project /boost/$(l) : libs/$(l)/build ;
     use-project /boost/$(l) : libs/$(l)/build ;
 }
 }

粤ICP备19079148号