Try 4, lol.
This commit is contained in:
@@ -23,10 +23,11 @@ pub fn build(b: *std.Build) !void {
|
||||
});
|
||||
|
||||
const exe_mod = b.createModule(.{
|
||||
.root_source_file = b.path("src/zig_unsquashfs.zig"),
|
||||
.root_source_file = b.path("src/bin/unsquashfs.zig"),
|
||||
.target = target,
|
||||
.optimize = optimize,
|
||||
});
|
||||
exe_mod.addImport("squashfs", lib_mod);
|
||||
exe_mod.addOptions("config", opt);
|
||||
const exe = b.addExecutable(.{
|
||||
.linkage = .static,
|
||||
|
||||
Reference in New Issue
Block a user