Commit 21620f3c65
Changed files (1)
build.zig
@@ -259,6 +259,8 @@ pub fn build(b: *std.Build) !void {
"git",
"-C",
b.build_root.path orelse ".",
+ "--git-dir",
+ ".git",
"describe",
"--match",
"*.*.*",