Skip to content

Commit 6b6c66c

Browse files
Update meson.build
1 parent 21e2a18 commit 6b6c66c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

code/logic/meson.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ endif
1717
# ------------------------------
1818
# Fossil Network static library
1919
# ------------------------------
20-
fossil_network_lib = static_library(
21-
'fossil-network',
20+
fossil_network_lib = library(
21+
'fossil_network',
2222
files(
2323
'socket.c', 'udp.c', 'tcp.c', 'http.c',
2424
'dns.c', 'cluster.c', 'async.c',

0 commit comments

Comments
 (0)