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

@ -19,7 +19,6 @@ sysprof_agent_deps = [
sysprof_agent = executable('sysprof-agent', sysprof_agent_sources,
dependencies: sysprof_agent_deps,
c_args: release_flags + sysprof_agent_c_args,
install_dir: get_option('bindir'),
install: true,
)