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

switch back to linking facil.io statically!!!!!

This commit is contained in:
renerocksai 2025-08-29 16:05:46 +02:00
parent 22586ca0e1
commit 76679f308c
No known key found for this signature in database

View file

@ -16,7 +16,7 @@ pub fn build_facilio(
const lib = b.addLibrary(.{
.name = "facil.io",
.root_module = mod,
.linkage = .dynamic,
.linkage = .static,
});
// Generate flags