mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-11 23:51:06 +00:00
libsysprof: fix building with -Ddebuginfod=auto
This commit is contained in:
@ -153,7 +153,7 @@ libsysprof_private_sources = [
|
|||||||
'timsort/gtktimsort.c',
|
'timsort/gtktimsort.c',
|
||||||
]
|
]
|
||||||
|
|
||||||
if debuginfod_dep.found() and get_option('debuginfod').enabled()
|
if debuginfod_dep.found()
|
||||||
libsysprof_private_sources += [
|
libsysprof_private_sources += [
|
||||||
'sysprof-debuginfod-symbolizer.c',
|
'sysprof-debuginfod-symbolizer.c',
|
||||||
'sysprof-debuginfod-task.c'
|
'sysprof-debuginfod-task.c'
|
||||||
|
|||||||
Reference in New Issue
Block a user