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.
2 parents 7127fa0 + f4249a6 commit c85fafcCopy full SHA for c85fafc
code/logic/meson.build
@@ -3,7 +3,7 @@ cc = meson.get_compiler('c')
3
4
test_code = ['mock.c', 'test.c', 'mark.c', 'sanity.c', 'common.c']
5
6
-fossil_test_lib = library('pizza-test',
+fossil_test_lib = static_library('pizza-test',
7
test_code,
8
install: true,
9
include_directories: dir,
0 commit comments