1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-25 13:55:34 -05:00

[Meson] remove bison counter-example argument.

This commit is contained in:
Dave Davenport 2022-04-14 22:50:38 +02:00
parent 54e272df29
commit e1955c0e33

View file

@ -136,7 +136,7 @@ flex = generator(find_program('flex'),
) )
bison = generator(find_program('bison'), bison = generator(find_program('bison'),
output: [ '@BASENAME@.c', '@BASENAME@.h' ], output: [ '@BASENAME@.c', '@BASENAME@.h' ],
arguments: [ '-Wcounterexamples', '--report=all', '--report-file=bison.log', '-Wall', '--verbose', '-d', '@INPUT@', '--defines=@OUTPUT1@', '--output=@OUTPUT0@' ] arguments: [ '--report=all', '--report-file=bison.log', '-Wall', '--verbose', '-d', '@INPUT@', '--defines=@OUTPUT1@', '--output=@OUTPUT0@' ]
) )
rofi_sources = files( rofi_sources = files(