File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -58,13 +58,13 @@ namespace runcpp2
5858 return buildType != BuildType::OBJECTS;
5959 }
6060
61- bool Data::BuildTypeHelper::GetPossibleOutputPaths (const ghc::filesystem::path& buildDir,
62- const std::string& scriptName,
63- const Profile& profile,
64- const BuildType buildType,
65- const bool asExecutable,
66- std::vector<ghc::filesystem::path>& outPaths,
67- std::vector<bool >& outIsRunnable)
61+ bool Data::BuildTypeHelper::GetPossibleOutputPaths ( const ghc::filesystem::path& buildDir,
62+ const std::string& scriptName,
63+ const Profile& profile,
64+ const BuildType buildType,
65+ const bool asExecutable,
66+ std::vector<ghc::filesystem::path>& outPaths,
67+ std::vector<bool >& outIsRunnable)
6868 {
6969 outPaths.clear ();
7070 outIsRunnable.clear ();
You can’t perform that action at this time.
0 commit comments