Revert "Remove invalid meson keyword argument "console""

This reverts commit 5af0bf1405.

The "console" keyword is introduced in the future meson version 0.48,
I've viewed the warning compiling and I thought that was an old keyword
so I removed it, but Jordan told me that's correct so I'm reverting.
This commit is contained in:
Daniel García Moreno 2018-10-28 19:31:14 +01:00
parent 5af0bf1405
commit d8b8796393

View file

@ -56,6 +56,7 @@ cargo_release = custom_target('cargo-build',
output: ['fractal'],
install: true,
install_dir: fractal_bindir,
console: true,
command: [cargo_script,
'@CURRENT_SOURCE_DIR@',
'@OUTPUT@',