Skip to content

Commit f9b1fee

Browse files
committed
s
1 parent 66795f9 commit f9b1fee

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,8 @@ else ifneq ($(HAVE_RULES),)
155155
$(error invalid HAVE_RULES value '$(HAVE_RULES)')
156156
endif
157157

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

161162
override CXXFLAGS += $(CXXOPTS)

0 commit comments

Comments
 (0)