mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
preload: move to libdir from libexecdir
This isn't an executable, it just belongs in libdir.
This commit is contained in:
@ -15,5 +15,5 @@ libsysprof_memory_preload = shared_library('sysprof-memory-@0@'.format(libsyspro
|
||||
libsysprof_memory_preload_sources,
|
||||
dependencies: libsysprof_memory_preload_deps,
|
||||
install: true,
|
||||
install_dir: get_option('libexecdir'),
|
||||
install_dir: get_option('libdir'),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user