Skip to content

Commit

Permalink
fix(meson): update antlr4 jar md5
Browse files Browse the repository at this point in the history
  • Loading branch information
Nic30 committed Jun 6, 2024
1 parent 15f1760 commit 04a50a5
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 @@ -54,7 +54,7 @@ endif
antlr4_jar = join_paths(meson.current_build_dir() , 'antlr4-complete.jar')
run_command('python3', 'utils/download.py',
f'https://www.antlr.org/download/antlr-@[email protected]', antlr4_jar,
'--hash', 'md5', 'c9c8b566a7fcf8ef80e229f14b154a26', check: true)
'--hash', 'md5', '78af96af276609af0bfb3f1e2bfaef89', check: true)
antlr4_java = find_program('utils/antlr4-complete.sh') # an extra script so we do not need to write all arguments everytime
#else
# antlr4_cpp_inc = include_directories('/usr/include/antlr4-runtime/')
Expand Down

0 comments on commit 04a50a5

Please sign in to comment.