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 f75da97 commit 4725310Copy full SHA for 4725310
code/logic/meson.build
@@ -8,7 +8,7 @@ else
8
winsock_dep = []
9
endif
10
11
-fossil_fish_lib = static_library('fossil-jellyfish',
+fossil_fish_lib = library('fossil_jellyfish',
12
files('jellyfish.c', 'iochat.c', 'language.c'),
13
install: true,
14
dependencies: [cc.find_library('m', required: false), winsock_dep],
0 commit comments