mirror of https://github.com/KLayout/klayout.git
Maybe this fixes issue #1553
This commit is contained in:
parent
6c4e082fc1
commit
5b4473e37c
|
|
@ -237,7 +237,7 @@ echo ']' >>$target/.python-paths.txt
|
||||||
|
|
||||||
pushd $target
|
pushd $target
|
||||||
|
|
||||||
new_libs=$(find . -name "*.dll" -or -name "*.so")
|
new_libs=$(find . -name "*.dll" -or -name "*.pyd" -or -name "*.so")
|
||||||
|
|
||||||
while [ "$new_libs" != "" ]; do
|
while [ "$new_libs" != "" ]; do
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue