mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-04-05 00:35:19 -05:00
copy all dlls to install
This commit is contained in:
parent
b0f2701d30
commit
6c36362230
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user