Things are working (though slowly)

This commit is contained in:
Caleb Gardner
2025-07-22 05:13:34 -05:00
parent d5c50b19f2
commit a96ad46a6c
5 changed files with 207 additions and 58 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ pub fn build(b: *std.Build) !void {
exe_mod.addOptions("config", opt);
const exe = b.addExecutable(.{
.linkage = .static,
.name = "zig-unsquashfs",
.name = "unsquashfs",
.root_module = exe_mod,
.version = sem_ver,
});