فهرست منبع

BUG: need to make sure paths are OK

Ken Martin 19 سال پیش
والد
کامیت
96b52c1787
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      Source/cmGlobalUnixMakefileGenerator3.cxx

+ 1 - 1
Source/cmGlobalUnixMakefileGenerator3.cxx

@@ -543,9 +543,9 @@ std::string cmGlobalUnixMakefileGenerator3::GenerateBuildCommand(const char* mak
       lg->GetMakefile()->SetStartOutputDirectory
         (this->CMakeInstance->GetStartOutputDirectory());
       lg->GetMakefile()->MakeStartDirectoriesCurrent();
-      lg->SetupPathConversions();
       }
     
+    lg->SetupPathConversions();
     makeCommand += " \"";
     std::string tname = targetName;
     tname += "/fast";