Fix unfortunate typo
This commit is contained in:
parent
a373b82991
commit
5ba009c755
@ -12,7 +12,7 @@ pub fn build(b: *std.Build) !void {
|
|||||||
const upstream = b.dependency("libressl", .{});
|
const upstream = b.dependency("libressl", .{});
|
||||||
const libressl_common: LibreSslCommon = .{
|
const libressl_common: LibreSslCommon = .{
|
||||||
.libcrypto = b.addStaticLibrary(.{
|
.libcrypto = b.addStaticLibrary(.{
|
||||||
.name = "cypto",
|
.name = "crypto",
|
||||||
.target = target,
|
.target = target,
|
||||||
.optimize = optimize,
|
.optimize = optimize,
|
||||||
}),
|
}),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user