diff --git a/build.zig b/build.zig index 81b4dff..c26b3d5 100644 --- a/build.zig +++ b/build.zig @@ -12,7 +12,7 @@ pub fn build(b: *std.Build) !void { const upstream = b.dependency("libressl", .{}); const libressl_common: LibreSslCommon = .{ .libcrypto = b.addStaticLibrary(.{ - .name = "cypto", + .name = "crypto", .target = target, .optimize = optimize, }),