diff options
Diffstat (limited to '')
| -rw-r--r-- | build.zig | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -117,7 +117,7 @@ fn makeSQLiteLib(b: *std.Build, dep: *std.Build.Dependency, c_flags: []const []c | |||
| 117 | }); | 117 | }); |
| 118 | const lib = b.addLibrary(.{ | 118 | const lib = b.addLibrary(.{ |
| 119 | .name = "sqlite", | 119 | .name = "sqlite", |
| 120 | .linkage = .dynamic, | 120 | .linkage = .static, |
| 121 | .root_module = mod, | 121 | .root_module = mod, |
| 122 | }); | 122 | }); |
| 123 | 123 | ||