mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
[Meson] remove bison counter-example argument.
This commit is contained in:
parent
54e272df29
commit
e1955c0e33
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ flex = generator(find_program('flex'),
|
|||
)
|
||||
bison = generator(find_program('bison'),
|
||||
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(
|
||||
|
|
Loading…
Reference in a new issue