copy all dlls to install

This commit is contained in:
Dave Murphy 2017-03-04 22:51:41 +00:00
parent b0f2701d30
commit 6c36362230

View File

@ -277,9 +277,7 @@ if [ ! -z $CROSSBUILD ]; then
if [ $VERSION -eq 1 ]; then
cp -v $CROSSBINPATH/libusb-1.0.dll $prefix/bin
fi
cp -v $CROSSLIBPATH/libstdc++-6.dll \
$CROSSLIBPATH/libgcc_s_sjlj-1.dll \
$prefix/bin
cp -v $CROSSLIBPATH/*.dll $prefix/bin
fi
echo "stripping installed binaries"