mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
build: use specify pic for static libsysprof-capture
This commit is contained in:
@ -52,6 +52,7 @@ libsysprof_capture = static_library(
|
|||||||
install_dir: get_option('libdir'),
|
install_dir: get_option('libdir'),
|
||||||
install: not meson.is_subproject(),
|
install: not meson.is_subproject(),
|
||||||
gnu_symbol_visibility: 'hidden',
|
gnu_symbol_visibility: 'hidden',
|
||||||
|
pic: true,
|
||||||
)
|
)
|
||||||
|
|
||||||
libsysprof_capture_include_dirs = include_directories('.')
|
libsysprof_capture_include_dirs = include_directories('.')
|
||||||
|
|||||||
Reference in New Issue
Block a user