diff options
| author | Tristan Partin <tristan@partin.io> | 2021-06-19 01:50:15 -0500 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2021-08-22 07:57:29 -0700 |
| commit | be92e3783751b8bf1481dc81635e86b70977698a (patch) | |
| tree | e86b3752ebe1ee6c2e4b7dbef56269f0707b7d82 /run_mypy.py | |
| parent | cd9db63bfbabdc241cc12805ffd84309d90346ab (diff) | |
| download | meson-be92e3783751b8bf1481dc81635e86b70977698a.tar.gz | |
Add Java module
The Java module will serve as a source for easing Java development
within Meson. Currently it only supports generating native header files.
Diffstat (limited to 'run_mypy.py')
| -rwxr-xr-x | run_mypy.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/run_mypy.py b/run_mypy.py index f8f22a027..fc69063ab 100755 --- a/run_mypy.py +++ b/run_mypy.py @@ -37,6 +37,7 @@ modules = [ 'mesonbuild/mintro.py', 'mesonbuild/mlog.py', 'mesonbuild/modules/fs.py', + 'mesonbuild/modules/java.py', 'mesonbuild/modules/unstable_rust.py', 'mesonbuild/modules/qt.py', 'mesonbuild/mparser.py', |
