[Libreoffice-commits] core.git: Branch 'distro/collabora/viewer' - configure.ac
Jan Holesovsky
kendy at collabora.com
Tue Feb 3 07:25:19 PST 2015
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 347c67628af9e101824bc48d1677a9fc8ff0ea29
Author: Jan Holesovsky <kendy at collabora.com>
Date: Tue Feb 3 16:24:30 2015 +0100
android: Don't confuse Icecream.
Change-Id: I91969800330042a6950402e3995b4d86020006f3
diff --git a/configure.ac b/configure.ac
index e4b2d5c..048bbfc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -428,7 +428,7 @@ if test -n "$with_android_ndk"; then
fi
ANDROIDCFLAGS="$ANDROIDCFLAGS -ffunction-sections -fdata-sections"
ANDROIDCFLAGS="$ANDROIDCFLAGS -L$ANDROID_NDK_HOME/sources/cxx-stl/gnu-libstdc++/${ANDROID_NDK_TOOLCHAIN_VERSION_SUBDIR}libs/$ANDROID_APP_ABI"
- ANDROIDCFLAGS="$ANDROIDCFLAGS --sysroot $ANDROID_NDK_HOME/platforms/android-${ANDROID_API_LEVEL}/arch-${ANDROID_ARCH}"
+ ANDROIDCFLAGS="$ANDROIDCFLAGS --sysroot=$ANDROID_NDK_HOME/platforms/android-${ANDROID_API_LEVEL}/arch-${ANDROID_ARCH}"
if test -n "$ANDROID_USING_CLANG"; then
ANDROIDCFLAGS="$ANDROIDCFLAGS -Qunused-arguments"
More information about the Libreoffice-commits
mailing list