libsysprof: include /app/lib/debug debug dir

This commit is contained in:
Christian Hergert
2023-08-29 13:21:47 -07:00
parent 501e35803a
commit 9839d18238

View File

@ -27,7 +27,7 @@
#include "sysprof-elf-loader-private.h" #include "sysprof-elf-loader-private.h"
#include "sysprof-strings-private.h" #include "sysprof-strings-private.h"
#define DEFAULT_DEBUG_DIRS SYSPROF_STRV_INIT("/usr/lib/debug") #define DEFAULT_DEBUG_DIRS SYSPROF_STRV_INIT("/usr/lib/debug", "/app/lib/debug")
struct _SysprofElfLoader struct _SysprofElfLoader
{ {