summaryrefslogtreecommitdiffstats
path: root/lldb/test/API/commands/expression/completion/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/API/commands/expression/completion/Makefile')
-rw-r--r--lldb/test/API/commands/expression/completion/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/API/commands/expression/completion/Makefile b/lldb/test/API/commands/expression/completion/Makefile
index 020dce7c31d1..9882622b2189 100644
--- a/lldb/test/API/commands/expression/completion/Makefile
+++ b/lldb/test/API/commands/expression/completion/Makefile
@@ -1,3 +1,4 @@
CXX_SOURCES := main.cpp other.cpp
+CXXFLAGS += -isystem $(SRCDIR)/sys
include Makefile.rules