Skip to content

Commit 9e68689

Browse files
committed
update zbuild and zbuild sync
1 parent 9da8da0 commit 9e68689

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.zig

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ pub fn build(b: *std.Build) void {
146146
.target = target,
147147
.optimize = optimize,
148148
});
149+
module_bls.linkLibrary(dep_blst.artifact("blst"));
149150
b.modules.put(b.dupe("bls"), module_bls) catch @panic("OOM");
150151

151152
const module_state_transition = b.createModule(.{
@@ -1198,6 +1199,4 @@ pub fn build(b: *std.Build) void {
11981199
module_bls_spec_tests.addImport("hex", module_hex);
11991200
module_bls_spec_tests.addImport("yaml", dep_yaml.module("yaml"));
12001201
module_bls_spec_tests.addImport("spec_test_options", options_module_spec_test_options);
1201-
1202-
_ = dep_blst;
12031202
}

0 commit comments

Comments
 (0)