Fixed android libfreerdp install paths.
This commit is contained in:
parent
89c25276b4
commit
48b4c5b7a4
@ -127,15 +127,20 @@ do
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Build and install the library.
|
# Build and install the library.
|
||||||
|
if [ $DEPS_ONLY -eq 0 ];
|
||||||
|
then
|
||||||
common_run cd $BASE
|
common_run cd $BASE
|
||||||
common_run mkdir -p $BUILD_SRC/freerdp-build/$ARCH
|
common_run mkdir -p $BUILD_SRC/freerdp-build/$ARCH
|
||||||
common_run cd $BUILD_SRC/freerdp-build/$ARCH
|
common_run cd $BUILD_SRC/freerdp-build/$ARCH
|
||||||
common_run export ANDROID_NDK=$ANDROID_NDK
|
common_run export ANDROID_NDK=$ANDROID_NDK
|
||||||
common_run cmake $CMAKE_CMD_ARGS \
|
common_run cmake $CMAKE_CMD_ARGS \
|
||||||
-DANDROID_ABI=$ARCH \
|
-DANDROID_ABI=$ARCH \
|
||||||
|
-DCMAKE_INSTALL_PREFIX=$BUILD_DST \
|
||||||
|
-DCMAKE_INSTALL_LIBDIR=$ARCH \
|
||||||
$SRC_DIR
|
$SRC_DIR
|
||||||
echo $(pwd)
|
echo $(pwd)
|
||||||
common_run cmake --build . --target install
|
common_run cmake --build . --target install
|
||||||
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
echo "Successfully build library for architectures $BUILD_ARCH"
|
echo "Successfully build library for architectures $BUILD_ARCH"
|
||||||
|
@ -16,6 +16,7 @@ WITH_JPEG=0
|
|||||||
WITH_OPENH264=0
|
WITH_OPENH264=0
|
||||||
WITH_OPENSSL=1
|
WITH_OPENSSL=1
|
||||||
BUILD_DEPS=1
|
BUILD_DEPS=1
|
||||||
|
DEPS_ONLY=0
|
||||||
ANDROID_NATIVE_API_LEVEL=android-21
|
ANDROID_NATIVE_API_LEVEL=android-21
|
||||||
|
|
||||||
JPEG_TAG=master
|
JPEG_TAG=master
|
||||||
|
Loading…
Reference in New Issue
Block a user