From bba7f107035ef055a55da66dbb898094394d1f57 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Fri, 2 Aug 2024 19:46:19 -0500 Subject: [PATCH] updated build system --- support/3rd_party/include/utils/path.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/3rd_party/include/utils/path.hpp b/support/3rd_party/include/utils/path.hpp index c4165bc4..2b465b19 100644 --- a/support/3rd_party/include/utils/path.hpp +++ b/support/3rd_party/include/utils/path.hpp @@ -395,7 +395,7 @@ format_path(string_t &path, template [[nodiscard]] inline auto get_parent_api_path_t( std::basic_string_view path) -> string_t { - static auto slash_t = get_slash(); + auto slash_t = get_slash(); string_t ret; if (path == slash_t) {