Generalize COM_GCC_IS_CLANG -> COM_IS_CLANG
...in anticipation of building with clang-cl.exe on Windows Change-Id: I1d723c9d3b5ca8a2bc6b27ef0189a7b053581398 Reviewed-on: https://gerrit.libreoffice.org/19928 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
This commit is contained in:
@@ -19,7 +19,7 @@ compilerplugins.clean:
|
||||
|
||||
else
|
||||
|
||||
ifeq ($(COM_GCC_IS_CLANG),TRUE)
|
||||
ifeq ($(COM_IS_CLANG),TRUE)
|
||||
|
||||
compilerplugins:
|
||||
$(MAKE) $(PARALLELISM_OPTION) -f $(SRCDIR)/compilerplugins/Makefile-clang.mk compilerplugins
|
||||
|
Reference in New Issue
Block a user