mirror of
https://github.com/KLayout/klayout.git
synced 2026-08-28 17:06:31 +02:00
Bugfixed dependency analysis
This commit is contained in:
@@ -254,8 +254,9 @@ while [ "$new_libs" != "" ]; do
|
||||
objdump -p $l | grep "DLL Name:" | sed 's/.*DLL Name: *//' >>$tmp_libs
|
||||
done
|
||||
echo ""
|
||||
new_libs=$(cat $tmp_libs | sort -u)
|
||||
libs=$(cat $tmp_libs | sort -u)
|
||||
rm -f $tmp_libs
|
||||
new_libs=""
|
||||
|
||||
for l in $libs; do
|
||||
if [ -e $ucrt_inst/bin/$l ] && ! [ -e $l ]; then
|
||||
|
||||
Reference in New Issue
Block a user