Added --force to unsquashfs

Fixing race condition bugs (yay)
This commit is contained in:
Caleb J. Gardner
2026-03-05 07:04:24 -06:00
parent a606f5e11a
commit d470ca98e3
6 changed files with 112 additions and 22 deletions
+1
View File
@@ -52,6 +52,7 @@ pub fn build(b: *std.Build) !void {
const exe = b.addExecutable(.{
.name = "unsquashfs",
.root_module = exe_mod,
.use_llvm = true,
});
const lib = b.addLibrary(.{