فهرست منبع

Load optional components only when their build directory is present.

Non-recursive super-project checkout still has empty directory for
all components.
Vladimir Prus 10 سال پیش
والد
کامیت
f02b206a8b
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  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号