Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 326 Bytes

File metadata and controls

16 lines (12 loc) · 326 Bytes

blst packaged for Zig

Usage

zig fetch --save git+https://github.com/ChainSafe/blst.zig.git
const blst_dep = b.dependency("blst", .{
    .target = target,
    .optimize = optimize,
});

your_exe.linkLibrary(blst_dep.artifact("blst"));