1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-20 15:14:08 +00:00

README.md change

This commit is contained in:
Vemahk 2024-01-05 20:18:30 -06:00
parent 887cdd8b0e
commit 8191e82eca

View file

@ -273,7 +273,7 @@ Then, in your `build.zig`'s `build` function, add the following before
const zap = b.dependency("zap", .{
.target = target,
.optimize = optimize,
//.openssl = true, // required to use tls
.openssl = false, // set to true to enable TLS support
});
exe.addModule("zap", zap.module("zap"));
exe.linkLibrary(zap.artifact("facil.io"));