Skip to content

Commit 35d76a4

Browse files
committed
fix build
1 parent 0953705 commit 35d76a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.zig

+2
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ pub fn build(b: *std.Build) !void {
9797
const app_name = b.option([]const u8, "app_name", "The name of the application, to be used for packaging purposes.");
9898

9999
const options = CapyBuildOptions{
100+
.target = target,
101+
.optimize = optimize,
100102
.app_name = app_name orelse "Capy Example",
101103
};
102104

0 commit comments

Comments
 (0)