mirror of
https://github.com/capstone-engine/capstone.git
synced 2024-11-26 23:10:32 +00:00
python: do not copy msvc/headers directory in setup.py
This commit is contained in:
parent
4b0c337e69
commit
e710e4fcf4
@ -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"))
|
||||
|
Loading…
Reference in New Issue
Block a user