mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
14 lines
574 B
Diff
14 lines
574 B
Diff
diff --git a/tools/perf/Makefile.config b/tools/perf/Makefile.config
|
|
index 0294bfb6c5f8..153036bbed7e 100644
|
|
--- a/tools/perf/Makefile.config 2025-02-02 23:39:26.000000000 +0000
|
|
+++ b/tools/perf/Makefile.config 2025-02-05 08:55:31.002570025 +0000
|
|
@@ -44,7 +44,7 @@
|
|
CFLAGS += -DHAVE_ARCH_X86_64_SUPPORT
|
|
ARCH_INCLUDE = ../../arch/x86/lib/memcpy_64.S ../../arch/x86/lib/memset_64.S
|
|
ifndef NO_LIBUNWIND
|
|
- LIBUNWIND_LIBS = -lunwind-x86_64 -lunwind -llzma
|
|
+ LIBUNWIND_LIBS = -lunwind-x86_64 -lunwind
|
|
endif
|
|
$(call detected,CONFIG_X86_64)
|
|
else
|