We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40717dc commit 8f3e7feCopy full SHA for 8f3e7fe
build.zig
@@ -144,7 +144,7 @@ pub fn build(b: *std.Build) void {
144
});
145
zfat_lib.installHeader(b.path("src/fatfs/ff.h"), "ff.h");
146
zfat_lib.installHeader(b.path("src/fatfs/diskio.h"), "diskio.h");
147
- initialize_mod(b, &zfat_lib.root_module, config, link_libc);
+ initialize_mod(b, zfat_lib.root_module, config, link_libc);
148
149
const zfat_mod = b.addModule("zfat", .{
150
.root_source_file = b.path("src/fatfs.zig"),
0 commit comments