Skip to content

Commit b09dfed

Browse files
committed
sets linkage to static
1 parent c1a5f27 commit b09dfed

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
@@ -117,7 +117,7 @@ fn makeSQLiteLib(b: *std.Build, dep: *std.Build.Dependency, c_flags: []const []c
117117
});
118118
const lib = b.addLibrary(.{
119119
.name = "sqlite",
120-
.linkage = .dynamic,
120+
.linkage = .static,
121121
.root_module = mod,
122122
});
123123

0 commit comments

Comments
 (0)