1 2 3
pub fn build(b: *@import("std").Build) void { _ = b.addModule("libarchive", .{ .source_file = .{ .path = "libarchive.zig" } }); }