Skip to content

Commit

Permalink
python: do not copy msvc/headers directory in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aquynh committed Jul 15, 2015
1 parent 4b0c337 commit e710e4f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bindings/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ def copy_sources():

dir_util.copy_tree("../../arch", "src/arch/")
dir_util.copy_tree("../../include", "src/include/")
dir_util.copy_tree("../../msvc/headers", "src/msvc/headers")

src.extend(glob.glob("../../*.[ch]"))
src.extend(glob.glob("../../*.mk"))
Expand Down

0 comments on commit e710e4f

Please sign in to comment.