Skip to content

Commit

Permalink
xtb-python: patch meson build file
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
hppritcha committed Jun 6, 2024
1 parent a32309a commit b3d756b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ python = pymod.find_installation(
modules: [
'cffi',
],
pure: false,
)
python_dep = python.dependency(required: true)

Expand Down

0 comments on commit b3d756b

Please sign in to comment.