Skip to content

Commit aee6fc8

Browse files
committed
s
1 parent 04bde50 commit aee6fc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ 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 && echo "1" || echo "0")
158+
HAVE_EXECINFO_H=$(shell echo '#include <execinfo.h>' | $(CXX) -c -xc - 2> /dev/null && echo "1" || echo "0")
159159
override CPPFLAGS += -DHAVE_EXECINFO_H=$(HAVE_EXECINFO_H)
160160

161161
override CXXFLAGS += $(CXXOPTS)

0 commit comments

Comments
 (0)