mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
Revert "build: Don't check parent directories for git tag"
This reverts commit 21620f3c65.
This breaks running `zig build` from subdirectories.
This commit is contained in:
parent
21620f3c65
commit
7e0c25eccd
1 changed files with 0 additions and 2 deletions
|
|
@ -259,8 +259,6 @@ pub fn build(b: *std.Build) !void {
|
|||
"git",
|
||||
"-C",
|
||||
b.build_root.path orelse ".",
|
||||
"--git-dir",
|
||||
".git",
|
||||
"describe",
|
||||
"--match",
|
||||
"*.*.*",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue