Skip to content

Commit

Permalink
accomodate zig's latest breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
karlseguin committed Jan 6, 2024
1 parent b003e35 commit 572487b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pub fn build(b: *std.Build) !void {
const sqlite3_build = b.option([]const []const u8, "sqlite3", "options to use when compiling sqlite3") orelse &default_sqlite3_build;

_ = b.addModule("zqlite", .{
.source_file = .{ .path = "zqlite.zig" },
.root_source_file = .{ .path = "zqlite.zig" },
});

const lib_test = b.addTest(.{
Expand Down

0 comments on commit 572487b

Please sign in to comment.