mirror of https://github.com/KLayout/klayout.git
Minor fix in Windows deployment script
This commit is contained in:
parent
f768d012e5
commit
4ae71075ed
|
|
@ -226,7 +226,7 @@ while [ "$new_libs" != "" ]; do
|
||||||
|
|
||||||
for l in $libs; do
|
for l in $libs; do
|
||||||
if [ -e $mingw_inst/bin/$l ] && ! [ -e $l ]; then
|
if [ -e $mingw_inst/bin/$l ] && ! [ -e $l ]; then
|
||||||
echo "Copying binary installation partial $mingw_inst/bin/$l -> $$l .."
|
echo "Copying binary installation partial $mingw_inst/bin/$l -> $l .."
|
||||||
cp $mingw_inst/bin/$l $l
|
cp $mingw_inst/bin/$l $l
|
||||||
new_libs="$new_libs $l"
|
new_libs="$new_libs $l"
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue