Skip to content

Commit

Permalink
xtb-python: patch meson build file (grimme-lab#114)
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 authored and coltonbh committed Jul 5, 2024
1 parent 740c486 commit 95f2c19
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 95f2c19

Please sign in to comment.