Fix typos
Change-Id: Id23e40de23de829e42b984d74be8bb0e632112d8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125855 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
parent
8e17685516
commit
563ca64b09
1 changed files with 1 additions and 1 deletions
|
@ -5913,7 +5913,7 @@ if test -z "$enable_pch"; then
|
|||
if test "$_os" = "WINNT"; then
|
||||
# Enabled by default on Windows.
|
||||
enable_pch=yes
|
||||
# never use sccache on auto-enabled PCH builds, except if requested explicitely
|
||||
# never use sccache on auto-enabled PCH builds, except if requested explicitly
|
||||
if test -z "$enable_ccache" -a "$SCCACHE"; then
|
||||
CCACHE=""
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue