[Libreoffice-commits] core.git: solenv/gbuild

Noel Grandin noelgrandin at gmail.com
Mon Jun 4 14:15:54 UTC 2018


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

New commits:
commit e9858bed7342772ed9abe391c686681a318b1609
Author: Noel Grandin <noelgrandin at 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 <ci at libreoffice.org>
    Reviewed-by: Michael Stahl <Michael.Stahl at cib.de>
    Reviewed-by: Noel Grandin <noel.grandin at 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


More information about the Libreoffice-commits mailing list