Skip to content

Commit b4d4453

Browse files
Update meson.build
1 parent f4ede59 commit b4d4453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/logic/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ else
88
winsock_dep = []
99
endif
1010

11-
fossil_io_lib = static_library('fossil-io',
11+
fossil_io_lib = library('fossil_io',
1212
files('serialize.c', 'parser.c', 'input.c', 'output.c', 'error.c', 'soap.c', 'stream.c', 'network.c', 'cstring.c'),
1313
install: true,
1414
dependencies: [cc.find_library('m', required: false), winsock_dep],

0 commit comments

Comments
 (0)