summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.zig b/build.zig
index 56832dd..24d3be6 100644
--- a/build.zig
+++ b/build.zig
@@ -447,7 +447,7 @@ pub fn build(b: *std.Build) !void {
447 .target = getTarget(target, true), 447 .target = getTarget(target, true),
448 .optimize = optimize, 448 .optimize = optimize,
449 }); 449 });
450 // zigcrypto_loadable_ext.force_pic = true; 450 zigcrypto_loadable_ext.pie = true;
451 zigcrypto_loadable_ext.addIncludePath(.{ .path = "c" }); 451 zigcrypto_loadable_ext.addIncludePath(.{ .path = "c" });
452 zigcrypto_loadable_ext.root_module.addImport("sqlite", b.createModule(.{ 452 zigcrypto_loadable_ext.root_module.addImport("sqlite", b.createModule(.{
453 .root_source_file = .{ .path = "sqlite.zig" }, 453 .root_source_file = .{ .path = "sqlite.zig" },