Skip to content

Commit

Permalink
Merge pull request #48 from rizinorg/meson-0.62.2
Browse files Browse the repository at this point in the history
Bump minimum meson version to 0.62.2
  • Loading branch information
wargio authored Dec 6, 2023
2 parents 012c707 + 31a887b commit c001b1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ For usage information, see [the documentation](doc/README.md).
## Building python plugin
Requirements:
- rizin > 0.4.1 (needs commit [59b38e6](https://github.com/rizinorg/rizin/commit/59b38e6efaf00b9b9869e0ec5baba4f1b9605f37))
- meson
- meson >= 0.62.2
- ninja
- python >= 3.7
- libclang
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project('rz-bindgen', 'c', 'cpp',
version: '0.6.0',
license: 'LGPL3',
meson_version: '>=0.53.0',
meson_version: '>=0.62.2',
default_options: ['python.install_env=auto'])

pymod = import('python')
Expand Down

0 comments on commit c001b1e

Please sign in to comment.