Skip to content

Commit 4725310

Browse files
Update meson.build
1 parent f75da97 commit 4725310

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_fish_lib = static_library('fossil-jellyfish',
11+
fossil_fish_lib = library('fossil_jellyfish',
1212
files('jellyfish.c', 'iochat.c', 'language.c'),
1313
install: true,
1414
dependencies: [cc.find_library('m', required: false), winsock_dep],

0 commit comments

Comments
 (0)