mirror of
https://github.com/zigzap/zap.git
synced 2025-10-20 23:24:09 +00:00
README.md change
This commit is contained in:
parent
56f687bf19
commit
2139db102a
1 changed files with 1 additions and 1 deletions
|
@ -275,7 +275,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