solenv/gbuild/PrecompiledHeaders.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e9858bed7342772ed9abe391c686681a318b1609
Author: Noel Grandin <noelgran...@gmail.com>
Date:   Sat Jun 2 16:32:38 2018 +0200

    fix gbuild precompiled check for --enable-symbol
    
    its gb_SYMBOL not gb_SYMBOLS
    
    Change-Id: Ia719d37d280498c856747d2806ec5a8a2c598a99
    Reviewed-on: https://gerrit.libreoffice.org/55206
    Tested-by: Jenkins <c...@libreoffice.org>
    Reviewed-by: Michael Stahl <michael.st...@cib.de>
    Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk>

diff --git a/solenv/gbuild/PrecompiledHeaders.mk 
b/solenv/gbuild/PrecompiledHeaders.mk
index 089cdb8d14bc..a2c1f323baf3 100644
--- a/solenv/gbuild/PrecompiledHeaders.mk
+++ b/solenv/gbuild/PrecompiledHeaders.mk
@@ -23,7 +23,7 @@
 ifeq ($(gb_ENABLE_PCH),$(true))
 
 # gb_PrecompiledHeader_get_enableflags defined by platform
-ifneq ($(strip $(gb_DEBUGLEVEL)$(gb_SYMBOLS)),0)
+ifneq ($(strip $(gb_DEBUGLEVEL)$(gb_SYMBOL)),0)
 gb_PrecompiledHeader_DEBUGDIR := debug
 else
 gb_PrecompiledHeader_DEBUGDIR := nodebug
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to