瀏覽代碼

use locate_root for lib errors

[SVN r18450]
Beman Dawes 23 年之前
父節點
當前提交
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号