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:
@ -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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user