configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit f5ae00a563d471e3238cf6f878fc362a0ca29dfe Author: Jan Holesovsky <ke...@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" _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits