mirror of
https://github.com/zigzap/zap.git
synced 2025-10-20 15:14:08 +00:00
Compare commits
2 commits
6166452a36
...
7e8230d893
Author | SHA1 | Date | |
---|---|---|---|
![]() |
7e8230d893 | ||
![]() |
76679f308c |
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue