Skip to content

Commit b509e0f

Browse files
committed
just copy all the dlls
1 parent dca15fb commit b509e0f

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

build-devkit.sh

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -276,13 +276,7 @@ if [ -f $scriptdir/build-tools.sh ]; then . $scriptdir/build-tools.sh || { echo
276276
if [ -f $scriptdir/build-crtls.sh ]; then . $scriptdir/build-crtls.sh || { echo "Error building crtls"; exit 1; }; cd $BUILDSCRIPTDIR; fi
277277

278278
if [ ! -z $CROSSBUILD ]; then
279-
if [ $VERSION -ne 3 ]; then
280-
cp -v $CROSSBINPATH/FreeImage.dll $prefix/bin
281-
fi
282-
if [ $VERSION -eq 1 ]; then
283-
cp -v $CROSSBINPATH/libusb-1.0.dll $prefix/bin
284-
fi
285-
cp -v $CROSSLIBPATH/*.dll $prefix/bin
279+
cp -v $CROSSBINPATH/*.dll $CROSSLIBPATH/*.dll $prefix/bin
286280
fi
287281

288282
echo "stripping installed binaries"

0 commit comments

Comments
 (0)