code: Cleanup use of std library for consistancy
This commit is contained in:
committed by
Isaac Freund
parent
995ae99be5
commit
da59632cea
@ -138,7 +138,7 @@ pub fn build(b: *zbs.Builder) !void {
|
||||
|
||||
{
|
||||
const file = try fs.path.join(b.allocator, &[_][]const u8{ b.cache_root, "river-protocols.pc" });
|
||||
const pkgconfig_file = try std.fs.cwd().createFile(file, .{});
|
||||
const pkgconfig_file = try fs.cwd().createFile(file, .{});
|
||||
|
||||
const writer = pkgconfig_file.writer();
|
||||
try writer.print(
|
||||
|
Reference in New Issue
Block a user