updated build system
This commit is contained in:
parent
cb24252286
commit
7a683a46a9
@ -32,7 +32,9 @@ namespace {
|
||||
#if defined(_WIN32)
|
||||
if (repertory::utils::string::contains(path, "~\\")) {
|
||||
repertory::utils::string::replace(path, "~\\", "%USERPROFILE%\\");
|
||||
} else if (repertory::utils::string::contains(path, "~/")) {
|
||||
}
|
||||
|
||||
if (repertory::utils::string::contains(path, "~/")) {
|
||||
repertory::utils::string::replace(path, "~/", "%USERPROFILE%\\");
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user