[Libreoffice-commits] core.git: Branch 'feature/tiled-editing' - configure.ac
Jan Holesovsky
kendy at collabora.com
Tue Feb 3 07:26:16 PST 2015
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit f5ae00a563d471e3238cf6f878fc362a0ca29dfe
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 f20dac0..b3eeebb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -430,7 +430,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