|
|
@ -51,7 +51,7 @@ if [ "$PLATFORM" == "msvc" ]; then
|
|
|
|
)
|
|
|
|
)
|
|
|
|
else
|
|
|
|
else
|
|
|
|
pushd $build
|
|
|
|
pushd $build
|
|
|
|
cmake -DCMAKE_INSTALL_PREFIX=$dist $exiv2
|
|
|
|
cmake -DCMAKE_INSTALL_PREFIX=$dist -DEXIV2_ENABLE_NLS=OFF $exiv2
|
|
|
|
make
|
|
|
|
make
|
|
|
|
cmake --build . --target install
|
|
|
|
cmake --build . --target install
|
|
|
|
popd
|
|
|
|
popd
|
|
|
@ -91,7 +91,7 @@ if [ -e $dist/$bin/exiv2$exe ]; then
|
|
|
|
##
|
|
|
|
##
|
|
|
|
# store the build for users to collect
|
|
|
|
# store the build for users to collect
|
|
|
|
mmHD=""
|
|
|
|
mmHD=""
|
|
|
|
if [ $PLATFORM == "linux" ]; then mmHD=/media/psf/mmHD ; fi
|
|
|
|
if [ $PLATFORM == "linux" ]; then mmHD=/media/psf/Host ; fi
|
|
|
|
if [ $PLATFORM == "msvc" -o $PLATFORM == 'cygwin' ]; then
|
|
|
|
if [ $PLATFORM == "msvc" -o $PLATFORM == 'cygwin' ]; then
|
|
|
|
mmHD="/cygdrive/z"
|
|
|
|
mmHD="/cygdrive/z"
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|