chore: got build working on mac (kind of)

This commit is contained in:
2025-12-18 01:29:32 +03:00
parent 57c3c55a94
commit 1a1747a472
8 changed files with 160 additions and 104 deletions

View File

@@ -6,7 +6,7 @@
namespace clrsync::core
{
const std::string GIT_SEMVER = "0.1.5+git.gd4ff415";
const std::string GIT_SEMVER = "0.1.6+git.g57c3c55";
const std::string version_string();
} // namespace clrsync::core