mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-31 03:01:58 +08:00
Copy symlinks too properly
This commit is contained in:
parent
23f3df4b1f
commit
bc846d2bda
@ -79,8 +79,8 @@ if [ -z ${WXDIR+x} ]; then
|
||||
done
|
||||
else
|
||||
echo "Copying libraries from $WXDIR/lib to $archivefolder/bin"
|
||||
for dylib in $(find $WXDIR/lib -type f | grep "so"); do
|
||||
install -v $dylib $archivefolder/bin
|
||||
for dylib in $(find $WXDIR/lib | grep "so"); do
|
||||
cp -P -v $dylib $archivefolder/bin
|
||||
done
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user