Skip to content

Commit f4249a6

Browse files
Update meson.build
1 parent 7127fa0 commit f4249a6

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
@@ -3,7 +3,7 @@ cc = meson.get_compiler('c')
33

44
test_code = ['mock.c', 'test.c', 'mark.c', 'sanity.c', 'common.c']
55

6-
fossil_test_lib = library('pizza-test',
6+
fossil_test_lib = static_library('pizza-test',
77
test_code,
88
install: true,
99
include_directories: dir,

0 commit comments

Comments
 (0)