ソースを参照

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

pull/4397/head
Sage Hane 2ヶ月前
committed by GitHub
コミット
dc5e6e0ad0
この署名に対応する既知のキーがデータベースに存在しません GPGキー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 ".";
}

読み込み中…
キャンセル
保存