Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jiacai2050 committed Dec 26, 2023
1 parent ce21691 commit 73938b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ fn addExample(b: *std.Build, run_all: *std.build.Step) !void {
exe.addModule("simargs", zigcli.module("simargs"));
} else if (std.mem.eql(u8, "14-01", name)) {
exe.linkSystemLibrary("sqlite3");
exe.linkLibC();
// const sqlite = b.dependency("sqlite", .{});
// exe.addModule("sqlite", sqlite.module("sqlite"));
// exe.linkLibrary(sqlite.artifact("sqlite"));
Expand Down

0 comments on commit 73938b2

Please sign in to comment.