diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-01-18 17:26:05 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-01-18 17:31:17 +0100 |
commit | 858153610849c5448a181e6709a972a54e6ae126 (patch) | |
tree | 474c947c11f701eb7d8cfacabf6ec7e13611a6d5 /configure.ac | |
parent | 73c0abb8e001e3f48bbd0d04f11482972fe82fe4 (diff) |
Fix typo
Change-Id: I2e60032c1a306742cd73aef8579a0f082fe1a366
Reviewed-on: https://gerrit.libreoffice.org/48141
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b27e1abb4293..72774d715efd 100644 --- a/configure.ac +++ b/configure.ac @@ -481,7 +481,7 @@ if test -n "$with_android_ndk"; then ANDROIDCFLAGS="$ANDROIDCFLAGS -gcc-toolchain $ANDROID_BINUTILS_PREBUILT_ROOT -target $LLVM_TRIPLE$ANDROID_API_LEVEL -no-canonical-prefixes" # android is using different sysroots for compilation and linking, but as - # there is no full separation in configure and elsewehere, use isystem for + # there is no full separation in configure and elsewhere, use isystem for # compilation stuff and sysroot for linking ANDROIDCFLAGS="$ANDROIDCFLAGS -D__ANDROID_API__=$ANDROID_API_LEVEL -isystem $ANDROID_NDK_HOME/sysroot/usr/include" ANDROIDCFLAGS="$ANDROIDCFLAGS -isystem $ANDROID_NDK_HOME/sysroot/usr/include/$android_gnu_prefix" |