summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@centrum.cz>2021-11-07 18:21:44 +0000
committerLuboš Luňák <l.lunak@collabora.com>2021-11-08 09:14:53 +0100
commit69ee81cc3947a91efb03eb10a117a3f1de5b92ad (patch)
tree9f175ec556b16600a38e759f4eaaf23fdd4e6083
parenta75324ccabcf09c0f1bc7a1a43256aa37f0da751 (diff)
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 <l.lunak@collabora.com>
-rw-r--r--solenv/gbuild/ExternalProject.mk2
1 files changed, 1 insertions, 1 deletions
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