We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc24116 commit 07ed9cdCopy full SHA for 07ed9cd
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', version: ['>=3.1', '<3.2'])
+flint_dep = dependency('flint', version: ['>=3.0', '<3.2'])
11
12
add_project_arguments(
13
'-X', 'embedsignature=True',
0 commit comments