File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed
Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -21,13 +21,6 @@ cython_lower = '>=3.0.11'
2121cython_upper = ' <3.3'
2222
2323py = import (' python' ).find_installation(pure : false )
24- if meson .is_cross_build() and host_machine .system() == ' emscripten'
25- # Avoid picking up the runner's host python.pc via pkg-config.
26- # For Pyodide, use the interpreter sysconfig data from pyodide-build instead.
27- dep_py = py.dependency (method : ' system' )
28- else
29- dep_py = py.dependency ()
30- endif
3124
3225cc = meson .get_compiler(' c' )
3326cy = meson .get_compiler(' cython' )
8578 have_acb_theta = true
8679endif
8780
88- pyflint_deps = [dep_py, gmp_dep, mpfr_dep, flint_dep]
81+ pyflint_deps = [gmp_dep, mpfr_dep, flint_dep]
8982
9083add_project_arguments (
9184 ' -X' , ' embedsignature=True' ,
You can’t perform that action at this time.
0 commit comments