mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
meson: remove extraneous default install_dir arguments
This commit is contained in:
@ -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,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user