Skip to content

Commit

Permalink
add path to include maskApi.h for installation
Browse files Browse the repository at this point in the history
  • Loading branch information
tylin committed Jul 8, 2015
1 parent ad96f1f commit 4f2405b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions PythonAPI/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,5 @@
version='1.0.2',
include_dirs = [np.get_include(), '../MatlabAPI/private'],
ext_modules=
cythonize('pycocotools/_mask.pyx',
sources=['../MatlabAPI/private/maskApi.c'], # additional source file(s)
language="c", # generate C++ code
),
cythonize('pycocotools/_mask.pyx'),
)

0 comments on commit 4f2405b

Please sign in to comment.