Meson, generate log file from bison.

This commit is contained in:
Dave Davenport 2022-02-01 19:19:10 +01:00
parent 58a5b9d277
commit bcc1a9abe8
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ flex = generator(find_program('flex'),
)
bison = generator(find_program('bison'),
output: [ '@BASENAME@.c', '@BASENAME@.h' ],
arguments: [ '--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(