We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dca15fb commit b509e0fCopy full SHA for b509e0f
1 file changed
build-devkit.sh
@@ -276,13 +276,7 @@ if [ -f $scriptdir/build-tools.sh ]; then . $scriptdir/build-tools.sh || { echo
276
if [ -f $scriptdir/build-crtls.sh ]; then . $scriptdir/build-crtls.sh || { echo "Error building crtls"; exit 1; }; cd $BUILDSCRIPTDIR; fi
277
278
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
285
- cp -v $CROSSLIBPATH/*.dll $prefix/bin
+ cp -v $CROSSBINPATH/*.dll $CROSSLIBPATH/*.dll $prefix/bin
286
fi
287
288
echo "stripping installed binaries"
0 commit comments