Commit 7f745fbe by Zhi Committed by Tianqi Chen

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

parent 5d3637f5
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment