Skip to content

Commit

Permalink
Update meson.build
Browse files Browse the repository at this point in the history
  • Loading branch information
dgsga committed Mar 12, 2024
1 parent d1cbe2c commit adc19d6
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 @@ -144,7 +144,7 @@ flex = find_program('flex', required: true)
grep = find_program('grep', required: true)
mysql_config = find_program('mysql_config', required: false)
perl = find_program('perl', required: true)
yacc = find_program(prefix / 'opt/bison/bin/yacc', 'yacc', required: true)
bison = find_program(prefix / 'opt/bison/bin/bison', 'bison', required: true)

#
# Check whether to check for 64_bit libraries
Expand Down

0 comments on commit adc19d6

Please sign in to comment.