@@ -187,6 +187,9 @@ class SharelibHandler:
|
|||||||
if d in reserved_subdir:
|
if d in reserved_subdir:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
if d.endswith('.a') or d.endswith('.lib'):
|
||||||
|
continue
|
||||||
|
|
||||||
pth = os.path.join(dist_path, d)
|
pth = os.path.join(dist_path, d)
|
||||||
if os.path.isfile(pth):
|
if os.path.isfile(pth):
|
||||||
os.remove(pth)
|
os.remove(pth)
|
||||||
|
Reference in New Issue
Block a user