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

Compare commits

..

2 commits

Author SHA1 Message Date
Gavin
7e8230d893
Merge 17823efe16 into 76679f308c 2025-09-01 23:15:50 +02:00
renerocksai
76679f308c
switch back to linking facil.io statically!!!!! 2025-08-29 16:06:35 +02:00

View file

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