We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1cbe2c commit adc19d6Copy full SHA for adc19d6
meson.build
@@ -144,7 +144,7 @@ flex = find_program('flex', required: true)
144
grep = find_program('grep', required: true)
145
mysql_config = find_program('mysql_config', required: false)
146
perl = find_program('perl', required: true)
147
-yacc = find_program(prefix / 'opt/bison/bin/yacc', 'yacc', required: true)
+bison = find_program(prefix / 'opt/bison/bin/bison', 'bison', required: true)
148
149
#
150
# Check whether to check for 64_bit libraries
0 commit comments