updated build system
This commit is contained in:
parent
232420621a
commit
3d7285063a
@ -42,7 +42,6 @@ static const std::wstring directory_seperator_str_w{
|
||||
repertory::utils::string::replace(path, "~", "%USERPROFILE%");
|
||||
|
||||
auto size = ::ExpandEnvironmentStringsA(path.c_str(), nullptr, 0);
|
||||
std::cout << size << std::endl;
|
||||
|
||||
std::string dest;
|
||||
dest.resize(size);
|
||||
|
Loading…
x
Reference in New Issue
Block a user