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

corrected release templates

This commit is contained in:
Rene Schallner 2024-06-28 11:53:22 +02:00
parent 4430e829ce
commit c56ebc7840
2 changed files with 0 additions and 2 deletions

View file

@ -41,5 +41,4 @@ Then, in your `build.zig`'s `build` function, add the following before
.openssl = false, // set to true to enable TLS support .openssl = false, // set to true to enable TLS support
}); });
exe.root_module.addImport("zap", zap.module("zap")); exe.root_module.addImport("zap", zap.module("zap"));
exe.linkLibrary(zap.artifact("facil.io"));
``` ```

View file

@ -47,5 +47,4 @@ Then, in your `build.zig`'s `build` function, add the following before
.openssl = false, // set to true to enable TLS support .openssl = false, // set to true to enable TLS support
}); });
exe.root_module.addImport("zap", zap.module("zap")); exe.root_module.addImport("zap", zap.module("zap"));
exe.linkLibrary(zap.artifact("facil.io"));
``` ```