Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit adc19d6

Browse files
author
dgsga
committedMar 12, 2024·
Update meson.build
1 parent d1cbe2c commit adc19d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ flex = find_program('flex', required: true)
144144
grep = find_program('grep', required: true)
145145
mysql_config = find_program('mysql_config', required: false)
146146
perl = find_program('perl', required: true)
147-
yacc = find_program(prefix / 'opt/bison/bin/yacc', 'yacc', required: true)
147+
bison = find_program(prefix / 'opt/bison/bin/bison', 'bison', required: true)
148148

149149
#
150150
# Check whether to check for 64_bit libraries

0 commit comments

Comments
 (0)
Please sign in to comment.