mirror of https://github.com/YosysHQ/abc.git
pyabc packaging script: also package shared objects
This commit is contained in:
parent
a0df379bfd
commit
157d97060c
|
|
@ -43,7 +43,7 @@ def add_python_lib(tf, lib_dir, lib, mtime):
|
|||
|
||||
for f in files:
|
||||
_, ext = os.path.splitext(f)
|
||||
if ext in ['.py']:
|
||||
if ext in ['.py', '.so']:
|
||||
add_file( tf, os.path.join(root,f), os.path.join(arcroot, f), 0666, mtime)
|
||||
|
||||
def add_dir(tf, dir, mtime):
|
||||
|
|
|
|||
Loading…
Reference in New Issue