Skip to content

Commit dd8c221

Browse files
committed
s
1 parent 7b4f6c7 commit dd8c221

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 -e "\x23include <execinfo.h>" | $(CXX) -c -xc - && echo "1" || echo "0")
158+
EXCECINFO_SRC="#include <execinfo.h>"
159+
HAVE_EXECINFO_H=$(shell echo "$(EXCECINFO_SRC)" | $(CXX) -c -xc - && echo "1" || echo "0")
159160
override CPPFLAGS += -DHAVE_EXECINFO_H=$(HAVE_EXECINFO_H)
160161

161162
override CXXFLAGS += $(CXXOPTS)

0 commit comments

Comments
 (0)