Explorar el Código

Load optional components only when their build directory is present.

Non-recursive super-project checkout still has empty directory for
all components.
Vladimir Prus hace 10 años
padre
commit
f02b206a8b
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      Jamroot

+ 2 - 2
Jamroot

@@ -248,12 +248,12 @@ for local l in $(all-libraries)
     use-project /boost/$(l) : libs/$(l)/build ;
 }
 
-if [ path.exists $(BOOST_ROOT)/tools/inspect ]
+if [ path.exists $(BOOST_ROOT)/tools/inspect/build ]
 {
     use-project /boost/tools/inspect : tools/inspect/build ;
 }
 
-if [ path.exists $(BOOST_ROOT)/libs/wave/tool ]
+if [ path.exists $(BOOST_ROOT)/libs/wave/tool/build ]
 {
     use-project /boost/libs/wave/tool : libs/wave/tool/build ;
 }

粤ICP备19079148号