'Generic Commit'
All checks were successful
dropshell-build / build (push) Successful in 23s

This commit is contained in:
Your Name
2025-06-03 23:58:52 +12:00
parent 5d2ee141d1
commit 5014603a42
3 changed files with 39 additions and 12 deletions

View File

@ -84,14 +84,13 @@ FetchContent_MakeAvailable(nlohmann_json)
find_package(PkgConfig REQUIRED)
pkg_check_modules(LIBUNWIND REQUIRED IMPORTED_TARGET libunwind)
# Additional required libraries for static linking
# Required libraries for basic stack tracing
set(EXTRA_LIBS
${LIBUNWIND_LIBRARIES}
-lunwind
-lunwind-x86_64
-llzma
-lz
-ldl
-llzma # Required by libunwind for debug info
-ldl # For dladdr
)
# Link libraries