Skip to content

Commit

Permalink
fix(meson): upgrade antlr4.13.1 also for jar
Browse files Browse the repository at this point in the history
  • Loading branch information
Nic30 committed Jun 6, 2024
1 parent 2dff040 commit 15f1760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ endif
antlr4_runtime_opt.set_install(false) # because meson-python does not know where to install it
antlr4_runtime_proj = cmake.subproject('antlr4-runtime', options: antlr4_runtime_opt)
antlr4_cpp_dep = antlr4_runtime_proj.dependency('antlr4_static')
antlr4_cpp_version = '4.13.0'
antlr4_cpp_version = '4.13.1'
import('java') # to check that java is installed
antlr4_jar = join_paths(meson.current_build_dir() , 'antlr4-complete.jar')
run_command('python3', 'utils/download.py',
Expand Down

0 comments on commit 15f1760

Please sign in to comment.