From 03b2194deabf1470c2b2e6e6b381ba2811c739e6 Mon Sep 17 00:00:00 2001 From: Haru Date: Sat, 7 Dec 2019 00:08:10 +0100 Subject: Fix Makefile-based compilation on platforms that use libbacktrace with a different executable format than elf --- 3rdparty/libbacktrace/Makefile.in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to '3rdparty') diff --git a/3rdparty/libbacktrace/Makefile.in b/3rdparty/libbacktrace/Makefile.in index 741c6b076..3be3bc86a 100644 --- a/3rdparty/libbacktrace/Makefile.in +++ b/3rdparty/libbacktrace/Makefile.in @@ -29,13 +29,12 @@ LIBBACKTRACE_OBJ = atomic.o \ backtrace.o \ simple.o \ nounwind.o \ - elf.o \ - pecoff.o \ unknown.o \ read.o \ mmapio.o \ alloc.o \ - mmap.o + mmap.o \ + @LIBBACKTRACE_FORMAT_FILE@ LIBBACKTRACE_H = backtrace.h internal.h -- cgit v1.2.3-70-g09d2