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

New commits:
commit 69ee81cc3947a91efb03eb10a117a3f1de5b92ad
Author:     Luboš Luňák <[email protected]>
AuthorDate: Sun Nov 7 18:21:44 2021 +0000
Commit:     Luboš Luňák <[email protected]>
CommitDate: Mon Nov 8 09:14:53 2021 +0100

    set up gb_COMPILER_SETUP also for gbuild's ExternalProject
    
    It's used to set up various ccache variables, which without this
    aren't applied to builds handled by other build systems.
    
    Change-Id: Id1157b5a02d607651ba18b249375da6e1fa13cd8
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124826
    Tested-by: Jenkins
    Reviewed-by: Luboš Luňák <[email protected]>

diff --git a/solenv/gbuild/ExternalProject.mk b/solenv/gbuild/ExternalProject.mk
index afb76c3a19d8..6f703f256174 100644
--- a/solenv/gbuild/ExternalProject.mk
+++ b/solenv/gbuild/ExternalProject.mk
@@ -222,7 +222,7 @@ $(call gb_Helper_print_on_error,cd $(EXTERNAL_WORKDIR)/$(3) 
&& \
        unset Platform && \
        $(if $(WRAPPERS),export $(WRAPPERS) &&) \
        $(if $(NMAKE),export $(NMAKE) &&) \
-       $(2) && touch $@,$(EXTERNAL_WORKDIR)/$(if $(3),$(3)/,)$(if 
$(4),$(4),$(1).log))
+       $(gb_COMPILER_SETUP) $(2) && touch $@,$(EXTERNAL_WORKDIR)/$(if 
$(3),$(3)/,)$(if $(4),$(4),$(1).log))
 )
 endef
 

Reply via email to