Skip to content

Commit

Permalink
fix cython nnvm include path (apache#12133)
Browse files Browse the repository at this point in the history
  • Loading branch information
petronny authored and marcoabreu committed Aug 11, 2018
1 parent 5b77036 commit 8110fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def config_cython():
ret.append(Extension(
"mxnet/%s/.%s" % (subdir, fn[:-4]),
["mxnet/cython/%s" % fn],
include_dirs=["../include/", "../3rdparty/nnvm/include"],
include_dirs=["../include/", "../3rdparty/tvm/nnvm/include"],
library_dirs=library_dirs,
libraries=libraries,
language="c++"))
Expand Down

0 comments on commit 8110fee

Please sign in to comment.