We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea1c93c commit 42ef245Copy full SHA for 42ef245
1 file changed
ddprof-lib/src/test/make/Makefile
@@ -4,7 +4,7 @@ OBJDIR := ./../../../build/scanbuild_obj
4
CFLAGS := -O0 -Wall -std=c++17 -fno-omit-frame-pointer -momit-leaf-frame-pointer -fvisibility=hidden
5
SRCS := ${wildcard ${SRCDIR}/*.cpp }
6
OBJS=${patsubst ${SRCDIR}/%.cpp,${OBJDIR}/%.o,${SRCS}}
7
-INCLUDES := -I$(JAVA_HOME)/include -I../../../../malloc-shim/src/main/public
+INCLUDES := -I$(SRCDIR) -I$(JAVA_HOME)/include -I../../../../malloc-shim/src/main/public
8
9
OS := $(shell uname -s)
10
ifeq ($(OS),Darwin)
0 commit comments