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 adc19d6 commit 8aa4cc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/spotlight/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ run_command(
'spotlight_rawquery_lexer.c',
'spotlight_rawquery_lexer.l',
)
run_command(yacc, '-d', '-o', 'sparql_parser.c', 'sparql_parser.y', check: true)
run_command(bison, '-d', '-o', 'sparql_parser.c', 'sparql_parser.y', check: true)

srp_sources = ['sparql_map.c', 'sparql_parser.c', 'spotlight_rawquery_lexer.c']

Expand Down

0 comments on commit 8aa4cc9

Please sign in to comment.