This commit is contained in:
parent
f5072dda7a
commit
17ce95f048
2 changed files with 0 additions and 2 deletions
|
|
@ -109,7 +109,6 @@ namespace Crafter {
|
||||||
throw std::runtime_error("Failed to get executable path");
|
throw std::runtime_error("Failed to get executable path");
|
||||||
}
|
}
|
||||||
path[length] = '\0';
|
path[length] = '\0';
|
||||||
std::cout << path << std::endl;
|
|
||||||
return fs::path(path).parent_path().parent_path();
|
return fs::path(path).parent_path().parent_path();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -241,7 +241,6 @@ namespace Crafter {
|
||||||
fs::path exeDir = GetPath();
|
fs::path exeDir = GetPath();
|
||||||
|
|
||||||
BuildStdPcm(*this, config);
|
BuildStdPcm(*this, config);
|
||||||
std::cout << "after std" << std::endl;
|
|
||||||
|
|
||||||
std::string editedTarget = config.target;
|
std::string editedTarget = config.target;
|
||||||
std::replace(editedTarget.begin(), editedTarget.end(), '-', '_');
|
std::replace(editedTarget.begin(), editedTarget.end(), '-', '_');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue