2022-10-17 20:51:07 +00:00
|
|
|
project('win-flex-bison-binary', version : '2.5.25')
|
2018-05-17 08:25:43 +00:00
|
|
|
|
2019-01-24 16:11:59 +00:00
|
|
|
py3 = import('python3').find_python()
|
2018-05-17 08:25:43 +00:00
|
|
|
|
2019-01-24 16:11:59 +00:00
|
|
|
message('Downloading and extracting win-flex-bison binaries...')
|
2018-05-17 08:25:43 +00:00
|
|
|
|
2022-10-17 20:51:07 +00:00
|
|
|
zip_hash = '8d324b62be33604b2c45ad1dd34ab93d722534448f55a16ca7292de32b6ac135'
|
2018-05-17 08:25:43 +00:00
|
|
|
|
2022-10-19 03:52:21 +00:00
|
|
|
ret = run_command(py3, files('download-binary.py'), meson.project_version(), zip_hash, check: true)
|
2019-01-24 16:11:59 +00:00
|
|
|
|
|
|
|
meson.override_find_program('flex', find_program('win_flex'))
|
|
|
|
meson.override_find_program('bison', find_program('win_bison'))
|