summaryrefslogtreecommitdiff
path: root/3rdparty
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2019-12-07 00:08:10 +0100
committerAndrei Karas <akaras@inbox.ru>2020-03-30 06:35:10 +0300
commit03b2194deabf1470c2b2e6e6b381ba2811c739e6 (patch)
treedf326284c2d623faea82d78b793699367a76fd05 /3rdparty
parent8f38bf7f9e402edc14df3fe89dc0b46b1b1c3ee9 (diff)
downloadhercules-03b2194deabf1470c2b2e6e6b381ba2811c739e6.tar.gz
hercules-03b2194deabf1470c2b2e6e6b381ba2811c739e6.tar.bz2
hercules-03b2194deabf1470c2b2e6e6b381ba2811c739e6.tar.xz
hercules-03b2194deabf1470c2b2e6e6b381ba2811c739e6.zip
Fix Makefile-based compilation on platforms that use libbacktrace with a different executable format than elf
Diffstat (limited to '3rdparty')
-rw-r--r--3rdparty/libbacktrace/Makefile.in5
1 files changed, 2 insertions, 3 deletions
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