Skip to content

Commit df7e001

Browse files
authored
xtb-python: patch meson build file (#114)
At least with meson 1.3.2 one has to set pure to false for find installation or else build fails. Signed-off-by: Howard Pritchard <[email protected]>
1 parent a32309a commit df7e001

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

meson.build

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ python = pymod.find_installation(
4646
modules: [
4747
'cffi',
4848
],
49+
pure: false,
4950
)
5051
python_dep = python.dependency(required: true)
5152

0 commit comments

Comments
 (0)