We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56810ce commit aba5a5eCopy full SHA for aba5a5e
meson.build
@@ -7,6 +7,8 @@ project(
7
pkg = import('pkgconfig')
8
cc = meson.get_compiler('c')
9
10
+add_project_arguments('-D_GNU_SOURCE', language: 'c')
11
+
12
# Dependencies
13
14
zlib_req = '>=1.2.0'
src/meson.build
@@ -27,6 +27,8 @@ libfst_dep = declare_dependency(
27
include_directories: '.',
28
)
29
30
+meson.override_dependency('libfst', libfst_dep)
31
32
install_headers(libfst_headers, subdir: 'libfst')
33
34
pkg.generate(
0 commit comments