updated build system
This commit is contained in:
parent
c1f39afaa3
commit
95b88b6ac6
2
support/3rd_party/src/utils/path.cpp
vendored
2
support/3rd_party/src/utils/path.cpp
vendored
@ -184,7 +184,7 @@ auto strip_to_file_name(std::string path) -> std::string {
|
||||
}
|
||||
|
||||
auto strip_to_file_name(std::wstring path) -> std::wstring {
|
||||
return utils::string::to_utf8(
|
||||
return utils::string::from_utf8(
|
||||
strip_to_file_name(utils::string::to_utf8(path)));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user