Remove invalid meson keyword argument "console"
This commit is contained in:
parent
eb6f8c7fc2
commit
5af0bf1405
1 changed files with 0 additions and 1 deletions
|
@ -56,7 +56,6 @@ cargo_release = custom_target('cargo-build',
|
||||||
output: ['fractal'],
|
output: ['fractal'],
|
||||||
install: true,
|
install: true,
|
||||||
install_dir: fractal_bindir,
|
install_dir: fractal_bindir,
|
||||||
console: true,
|
|
||||||
command: [cargo_script,
|
command: [cargo_script,
|
||||||
'@CURRENT_SOURCE_DIR@',
|
'@CURRENT_SOURCE_DIR@',
|
||||||
'@OUTPUT@',
|
'@OUTPUT@',
|
||||||
|
|
Loading…
Reference in a new issue