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:
parent
22586ca0e1
commit
76679f308c
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ pub fn build_facilio(
|
|||
const lib = b.addLibrary(.{
|
||||
.name = "facil.io",
|
||||
.root_module = mod,
|
||||
.linkage = .dynamic,
|
||||
.linkage = .static,
|
||||
});
|
||||
|
||||
// Generate flags
|
||||
|
|
Loading…
Add table
Reference in a new issue