Skip to content

Commit

Permalink
Update to 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Queißner committed Feb 13, 2025
1 parent 40717dc commit 8f3e7fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ pub fn build(b: *std.Build) void {
});
zfat_lib.installHeader(b.path("src/fatfs/ff.h"), "ff.h");
zfat_lib.installHeader(b.path("src/fatfs/diskio.h"), "diskio.h");
initialize_mod(b, &zfat_lib.root_module, config, link_libc);
initialize_mod(b, zfat_lib.root_module, config, link_libc);

const zfat_mod = b.addModule("zfat", .{
.root_source_file = b.path("src/fatfs.zig"),
Expand Down

0 comments on commit 8f3e7fe

Please sign in to comment.