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:
parent
887cdd8b0e
commit
8191e82eca
1 changed files with 1 additions and 1 deletions
|
@ -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"));
|
||||
|
|
Loading…
Add table
Reference in a new issue