updated build system
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good
This commit is contained in:
@ -29,7 +29,7 @@
|
|||||||
namespace {
|
namespace {
|
||||||
[[nodiscard]] auto remove_directory_recursively(std::string_view path) -> bool {
|
[[nodiscard]] auto remove_directory_recursively(std::string_view path) -> bool {
|
||||||
#if defined(_WIN32)
|
#if defined(_WIN32)
|
||||||
WIN32_FIND_DATA fd{};
|
WIN32_FIND_DATAA fd{};
|
||||||
auto search = repertory::utils::path::combine(path, {"*.*"});
|
auto search = repertory::utils::path::combine(path, {"*.*"});
|
||||||
auto find = ::FindFirstFileA(search.c_str(), &fd);
|
auto find = ::FindFirstFileA(search.c_str(), &fd);
|
||||||
if (find != INVALID_HANDLE_VALUE) {
|
if (find != INVALID_HANDLE_VALUE) {
|
||||||
|
Reference in New Issue
Block a user