Skip to content

Commit

Permalink
update for windows compatibility
Browse files Browse the repository at this point in the history
according to cocodataset#51
  • Loading branch information
kraftedcheese authored Jun 14, 2020
1 parent 2a3f80c commit 92c5c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PythonAPI/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
'pycocotools._mask',
sources=['../common/maskApi.c', 'pycocotools/_mask.pyx'],
include_dirs = [np.get_include(), '../common'],
extra_compile_args=['-Wno-cpp', '-Wno-unused-function', '-std=c99'],
extra_compile_args={'gcc': ['/Qstd=c99']},
)
]

Expand Down

0 comments on commit 92c5c1a

Please sign in to comment.