This commit is contained in:
parent
0efce16d3c
commit
aac3785738
3 changed files with 15 additions and 7 deletions
|
|
@ -238,11 +238,10 @@ namespace Crafter {
|
|||
}
|
||||
});
|
||||
|
||||
std::cout << "before dir" << std::endl;
|
||||
fs::path exeDir = GetPath();
|
||||
|
||||
std::cout << "before std" << std::endl;
|
||||
BuildStdPcm(*this, config);
|
||||
std::cout << "after std" << std::endl;
|
||||
|
||||
std::string editedTarget = config.target;
|
||||
std::replace(editedTarget.begin(), editedTarget.end(), '-', '_');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue