mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-04-26 00:06:11 -05:00
just copy all the dlls
This commit is contained in:
parent
dca15fb6d7
commit
b509e0fbd4
|
|
@ -276,13 +276,7 @@ if [ -f $scriptdir/build-tools.sh ]; then . $scriptdir/build-tools.sh || { echo
|
||||||
if [ -f $scriptdir/build-crtls.sh ]; then . $scriptdir/build-crtls.sh || { echo "Error building crtls"; exit 1; }; cd $BUILDSCRIPTDIR; fi
|
if [ -f $scriptdir/build-crtls.sh ]; then . $scriptdir/build-crtls.sh || { echo "Error building crtls"; exit 1; }; cd $BUILDSCRIPTDIR; fi
|
||||||
|
|
||||||
if [ ! -z $CROSSBUILD ]; then
|
if [ ! -z $CROSSBUILD ]; then
|
||||||
if [ $VERSION -ne 3 ]; then
|
cp -v $CROSSBINPATH/*.dll $CROSSLIBPATH/*.dll $prefix/bin
|
||||||
cp -v $CROSSBINPATH/FreeImage.dll $prefix/bin
|
|
||||||
fi
|
|
||||||
if [ $VERSION -eq 1 ]; then
|
|
||||||
cp -v $CROSSBINPATH/libusb-1.0.dll $prefix/bin
|
|
||||||
fi
|
|
||||||
cp -v $CROSSLIBPATH/*.dll $prefix/bin
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "stripping installed binaries"
|
echo "stripping installed binaries"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user