mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-04-23 10:57:23 -05:00
dlls no longer required
This commit is contained in:
parent
6015da5cab
commit
a9b611e134
|
|
@ -238,11 +238,6 @@ fi
|
|||
|
||||
cd $BUILDSCRIPTDIR
|
||||
|
||||
if [ ! -z $CROSSBUILD ] && grep -q "mingw" <<<"$CROSSBUILD" ; then
|
||||
cp -v $CROSSBINPATH/libwinpthread-1.dll $prefix/bin/
|
||||
cp -v $CROSSBINPATH/libwinpthread-1.dll $prefix/libexec/gcc/$target/$GCC_VER/
|
||||
fi
|
||||
|
||||
echo "stripping installed binaries"
|
||||
. ./strip_bins.sh
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user