Skip to content

Commit acf4f2c

Browse files
committed
Fix build script on module
Signed-off-by: Emily Flion <[email protected]>
1 parent 799c447 commit acf4f2c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.zig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ pub fn build(b: *std.Build) void {
66

77
_ = b.addModule("ini", .{
88
.root_source_file = b.path("src/ini.zig"),
9+
.optimize = optimize,
10+
.target = target,
911
});
1012

1113
const lib = b.addLibrary(.{

0 commit comments

Comments
 (0)