We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4ede59 commit b4d4453Copy full SHA for b4d4453
code/logic/meson.build
@@ -8,7 +8,7 @@ else
8
winsock_dep = []
9
endif
10
11
-fossil_io_lib = static_library('fossil-io',
+fossil_io_lib = library('fossil_io',
12
files('serialize.c', 'parser.c', 'input.c', 'output.c', 'error.c', 'soap.c', 'stream.c', 'network.c', 'cstring.c'),
13
install: true,
14
dependencies: [cc.find_library('m', required: false), winsock_dep],
0 commit comments