fix freeimage dll path

This commit is contained in:
Dave Murphy 2015-11-01 02:01:08 +00:00
parent 83fb7448d8
commit ac72c96c00

View File

@ -273,7 +273,7 @@ if [ -f $scriptdir/build-crtls.sh ]; then . $scriptdir/build-crtls.sh || { echo
if [ ! -z $CROSSBUILD ]; then
if [ $VERSION -ne 3 ]; then
cp -v $CROSSLIBPATH/FreeImage.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