We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f12b27a commit 88b1d7fCopy full SHA for 88b1d7f
bootstrap/Makefile
@@ -70,7 +70,9 @@ COMMON_LIB = $(BUILDDIR)/$(BUILDSTYLE)/libhrcommon$(LIBEXT)
70
# LLVM_LIBS = $(shell $(LLVM_EXE)/llvm-config --libs backend bitwriter)
71
72
CXXFLAGS += -I$(top_srcdir) -I$(top_srcdir)/src \
73
- -I$(top_srcdir)/external/UnitTest++/src $(LLVM_CPPFLAGS)
+ -I$(top_srcdir)/external/cxxopts/src \
74
+ -I$(top_srcdir)/external/UnitTest++/src \
75
+ $(LLVM_CPPFLAGS)
76
77
HRC_LDFLAGS = $(LDFLAGS) $(LLVM_LDFLAGS)
78
0 commit comments