| author | |
| committer | |
| log | 7e0c25eccd8d9bc5b77953dbc9a39a26e383c550 |
| tree | e08dd231c3d3af9eb137c6d03328d4dbbd1cc8c2 |
| parent | 21620f3c652bc874776acc7251f05b25d2838019 |
This reverts commit 21620f3c652bc874776acc7251f05b25d2838019.
This breaks running `zig build` from subdirectories.1 files changed, 0 insertions(+), 2 deletions(-)
build.zig-2| ... | @@ -259,8 +259,6 @@ pub fn build(b: *std.Build) !void { | ... | @@ -259,8 +259,6 @@ pub fn build(b: *std.Build) !void { |
| 259 | "git", | 259 | "git", |
| 260 | "-C", | 260 | "-C", |
| 261 | b.build_root.path orelse ".", | 261 | b.build_root.path orelse ".", |
| 262 | "--git-dir", | ||
| 263 | ".git", | ||
| 264 | "describe", | 262 | "describe", |
| 265 | "--match", | 263 | "--match", |
| 266 | "*.*.*", | 264 | "*.*.*", |