diff --git a/strip_bins.sh b/strip_bins.sh index 68ced17..bb8ae61 100644 --- a/strip_bins.sh +++ b/strip_bins.sh @@ -19,6 +19,10 @@ do then $HOST_STRIP $f fi + if [[ "$f" == *.dll ]] + then + $HOST_STRIP -d $f + fi done if [ $VERSION -eq 2 ]; then