Skip to content

Commit

Permalink
Fallback to winbisonflex if flex is not found
Browse files Browse the repository at this point in the history
  • Loading branch information
mochaaP committed Jan 13, 2025
1 parent 80e1258 commit d2bbb85
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 @@ -134,7 +134,7 @@ import('pkgconfig').generate(

meson.override_dependency('stc', stc_dep)

flex_exe = find_program('flex', required: get_option('checkscoped'))
flex_exe = find_program('flex', 'win_flex', required: get_option('checkscoped'))
if flex_exe.found()
lex_src = custom_target(
'checkscoped_lex',
Expand Down

0 comments on commit d2bbb85

Please sign in to comment.