Re-enabled scripted dll install

This commit is contained in:
dolphin6k 2020-10-18 21:22:52 +09:00
parent 68bd1f6861
commit e260456270
2 changed files with 30 additions and 86 deletions

View file

@ -1,6 +1,6 @@
#!/bin/sh
for dll in `ldd tuxpaint.exe $1/tuxpaint-config.exe 2>&1 | grep /mingw | awk '{print $3}' | sort | uniq`
do
cp $dll $2
done
#!/bin/sh
for dll in `ldd tuxpaint.exe $1/tuxpaint-config.exe 2>&1 | grep /mingw | awk '{print $3}' | sort | uniq`
do
cp $dll $2
done