meson: remove extraneous default install_dir arguments

This commit is contained in:
Tristan Partin
2023-07-28 14:02:33 -05:00
parent b10d056635
commit 50cfd82286
5 changed files with 0 additions and 7 deletions

View File

@ -14,6 +14,5 @@ sysprof_cli_deps = [
sysprof_cli = executable('sysprof-cli', sysprof_cli_sources,
dependencies: sysprof_cli_deps,
c_args: release_flags + sysprof_cli_c_args,
install_dir: get_option('bindir'),
install: true,
)