updated build system
All checks were successful
Public/monitarr/pipeline/head This commit looks good

This commit is contained in:
2025-07-25 17:09:54 -05:00
parent 30d1984da7
commit 55ad50d6f4
53 changed files with 120 additions and 142 deletions

View File

@@ -24,9 +24,9 @@
namespace {
#if defined(PROJECT_ENABLE_LIBSODIUM) && defined(PROJECT_ENABLE_BOOST)
#include "utils/file_enc_file.hpp"
constexpr const auto file_type_count{3U};
constexpr auto file_type_count{3U};
#else
constexpr const auto file_type_count{2U};
constexpr auto file_type_count{2U};
#endif
[[nodiscard]] auto create_file(auto idx, auto path, bool read_only = false)