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