Просмотр исходного кода

use locate_root for lib errors

[SVN r18450]
Beman Dawes 23 лет назад
Родитель
Сommit
c43ca02f6b
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      tools/regression/compiler_status.cpp

+ 1 - 1
tools/regression/compiler_status.cpp

@@ -310,7 +310,7 @@ const string & attribute_value( const xml::element_ptr & element,
       if ( failed_lib_target_dirs.find( lib ) == failed_lib_target_dirs.end() )
       {
         failed_lib_target_dirs.insert( lib );
-        fs::path pth( boost_root / lib / "test_log.xml" );
+        fs::path pth( locate_root / lib / "test_log.xml" );
         fs::ifstream file( pth );
         if ( file )
         {

粤ICP备19079148号