Some cleanup to build zon.

Minor start on threaded extraction
This commit is contained in:
Caleb J. Gardner
2026-02-07 16:59:23 -06:00
committed by Caleb Gardner
parent 0e0222cd02
commit 053d64a954
5 changed files with 33 additions and 53 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ pub fn build(b: *std.Build) !void {
mod.linkSystemLibrary("zstd", .{});
const unsquashfs_options = b.addOptions();
unsquashfs_options.addOption(std.SemanticVersion, "version_string", try std.SemanticVersion.parse(version_string_option orelse "0.0.0-testing"));
unsquashfs_options.addOption(std.SemanticVersion, "version", try std.SemanticVersion.parse(version_string_option orelse "0.0.0-testing"));
var exe_mod = b.createModule(.{
.root_source_file = b.path("src/bin/unsquashfs.zig"),