소스 검색

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 키 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 ".";
}

불러오는 중...
취소
저장