We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 162ded1 commit fc24116Copy full SHA for fc24116
meson.build
@@ -7,7 +7,7 @@ cc = meson.get_compiler('c')
7
8
gmp_dep = dependency('gmp')
9
mpfr_dep = dependency('mpfr')
10
-flint_dep = dependency('flint')
+flint_dep = dependency('flint', version: ['>=3.1', '<3.2'])
11
12
add_project_arguments(
13
'-X', 'embedsignature=True',
0 commit comments