Skip to content

Commit 91a4ce3

Browse files
committed
build: install the sqlite library artifact
1 parent 4a04839 commit 91a4ce3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ pub fn build(b: *std.Build) !void {
185185

186186
break :blk .{ lib, mod };
187187
};
188-
_ = sqlite_lib;
188+
b.installArtifact(sqlite_lib);
189189

190190
const sqliteext_mod = blk: {
191191
const lib = makeSQLiteLib(b, sqlite_dep, c_flags, target, optimize, .without);

0 commit comments

Comments
 (0)