Skip to content

Commit 16578b9

Browse files
committed
s
1 parent e934594 commit 16578b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ else ifneq ($(HAVE_RULES),)
156156
endif
157157

158158
x=$(shell echo "#include <execinfo.h>" | $(CXX) -c -xc - 2> /dev/null)
159-
HAVE_EXECINFO_H=
159+
HAVE_EXECINFO_H=$(x)
160160
override CPPFLAGS += -DHAVE_EXECINFO_H=$(HAVE_EXECINFO_H)
161161

162162
override CXXFLAGS += $(CXXOPTS)

0 commit comments

Comments
 (0)