mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
meson: remove unnecessary join_path() with get_option('prefix')
Meson will expand the paths for you.
This commit is contained in:
@ -20,7 +20,7 @@ sysprofd_sources = [
|
||||
ipc_service_src,
|
||||
]
|
||||
|
||||
pkglibexecdir = join_paths(get_option('prefix'), get_option('libexecdir'))
|
||||
pkglibexecdir = get_option('libexecdir')
|
||||
|
||||
sysprofd_deps = [
|
||||
glib_dep,
|
||||
|
||||
Reference in New Issue
Block a user