Skip to content

Commit

Permalink
dynamically link lib
Browse files Browse the repository at this point in the history
  • Loading branch information
rupurt committed Feb 14, 2024
1 parent 4d12f30 commit 57429fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ pub fn build(b: *Build) void {
.target = target,
.optimize = optimize,
});
lib.linkage = .dynamic;

setupOdbcDependencies(lib);
b.installArtifact(lib);
Expand Down

0 comments on commit 57429fb

Please sign in to comment.