From cb242522864dd1fa5503b7771ec36f85f0f0ccaf Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Thu, 10 Oct 2024 11:24:35 -0500 Subject: [PATCH] updated build system --- support/src/utils/path.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/src/utils/path.cpp b/support/src/utils/path.cpp index 43afd544..a8caf99a 100644 --- a/support/src/utils/path.cpp +++ b/support/src/utils/path.cpp @@ -68,7 +68,7 @@ namespace { } #endif // defined (_WIN32) - return finalize(path); + return repertory::utils::path::finalize(path); } } // namespace