ソースを参照

BUG: fix realpath problem again...

Berk Geveci 24 年 前
コミット
f6b3049bda
1 ファイル変更1 行追加0 行削除
  1. 1 0
      Source/cmSystemTools.cxx

+ 1 - 0
Source/cmSystemTools.cxx

@@ -1206,6 +1206,7 @@ std::string cmSystemTools::CollapseFullPath(const char* in_name)
 #  endif
 # endif
   realpath(dir.c_str(), resolved_name);
+  dir = resolved_name;
   return dir + "/" + file;
 #endif
 }