Skip to content

Commit f46aedd

Browse files
committed
Don't try to link Pythonxxx.dll to extension modules
1 parent 86b6689 commit f46aedd

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

meson.build

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ cython_lower = '>=3.0.11'
1818
cython_upper = '<3.3'
1919

2020
py = import('python').find_installation(pure: false)
21-
dep_py = py.dependency()
2221

2322
cc = meson.get_compiler('c')
2423
cy = meson.get_compiler('cython')
@@ -76,7 +75,7 @@ else
7675
have_acb_theta = true
7776
endif
7877

79-
pyflint_deps = [dep_py, gmp_dep, mpfr_dep, flint_dep]
78+
pyflint_deps = [gmp_dep, mpfr_dep, flint_dep]
8079

8180
add_project_arguments(
8281
'-X', 'embedsignature=True',

0 commit comments

Comments
 (0)