Преглед изворни кода

build.zig: Clean up my mess (#4387)

pull/4397/head
Sage Hane пре 2 месеци
committed by GitHub
родитељ
комит
dc5e6e0ad0
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      src/build.zig

+ 1
- 1
src/build.zig Прегледај датотеку

@ -68,7 +68,7 @@ fn srcDir(b: *std.Build) []const u8 {
@compileError("Please take a look at this function again");
}
const src_file = std.fs.path.relative(b.allocator, @src().file, ".") catch @panic("OOM");
const src_file = std.fs.path.relative(b.allocator, ".", @src().file) catch @panic("OOM");
return std.fs.path.dirname(src_file) orelse ".";
}

Loading…
Откажи
Сачувај