copy msvc/headers/ in both linux and win32 system
This commit is contained in:
parent
ca8298ca18
commit
bc3ffd4c64
|
@ -35,8 +35,6 @@ def copy_sources():
|
|||
|
||||
dir_util.copy_tree("../../arch", "src/arch/")
|
||||
dir_util.copy_tree("../../include", "src/include/")
|
||||
|
||||
if SYSTEM == "win32":
|
||||
dir_util.copy_tree("../../msvc/headers", "src/msvc/headers")
|
||||
|
||||
src.extend(glob.glob("../../*.[ch]"))
|
||||
|
|
Loading…
Reference in New Issue