build: update for zig-0.12.0
This commit is contained in:
parent
f742ee1a85
commit
ff3782ce27
@ -13,8 +13,8 @@
|
||||
},
|
||||
.dependencies = .{
|
||||
.libressl = .{
|
||||
.url = "https://github.com/epicyclic-dev/LibreSSL-portable/archive/9f74aeb1d2f5db5c375a1040cbd2b9abfa2749d1.tar.gz",
|
||||
.hash = "122092a200f7e27e90974013d7e5cd5ef27438f67016852b5244ea287018263e78dc",
|
||||
.url = "https://github.com/epicyclic-dev/LibreSSL-portable/archive/e95f71abab96329b3465b931822ba250c8f49236.tar.gz",
|
||||
.hash = "12209998e2dc9474dc232f6be9a8bde9e49cde3e42ed71bfe8d514758f0a398b3d30",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
@ -69,7 +69,7 @@ pub fn nats_c_lib(
|
||||
lib.defineCMacro("_REENTRANT", null);
|
||||
|
||||
inline for (install_headers) |header| {
|
||||
lib.installHeader(nats_src_prefix ++ header, "nats/" ++ header);
|
||||
lib.installHeader(b.path(nats_src_prefix ++ header), "nats/" ++ header);
|
||||
}
|
||||
|
||||
lib.linkLibrary(ssl_dep.artifact("ssl"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user