Skip to content
Snippets Groups Projects
Commit 7f745fbe authored by Zhi's avatar Zhi Committed by Tianqi Chen
Browse files

Fix dmlc-core path in nnvm Makefile (#1829)

parent 5d3637f5
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ CFLAGS += -I$(TVMPATH)/include -I$(TVMPATH)/3rdparty/dlpack/include -I$(TVMPATH)
ifdef DMLC_CORE_PATH
CFLAGS += -I$(DMLC_CORE_PATH)/include
else
CFLAGS += -I$(ROOTDIR)/../dmlc-core/include
CFLAGS += -I$(TVMPATH)/3rdparty/dmlc-core/include
endif
ifneq ($(ADD_CFLAGS), NONE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment