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:
parent
5af0bf1405
commit
d8b8796393
1 changed files with 1 additions and 0 deletions
|
@ -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@',
|
||||
|
|
Loading…
Reference in a new issue