desktop/Executable_soffice_bin.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 9dfcb5f6b61b67596a86facd35806e38da16e12b Author: Stephan Bergmann <stephan.bergm...@allotropia.de> AuthorDate: Wed Jul 31 14:19:13 2024 +0200 Commit: Stephan Bergmann <stephan.bergm...@allotropia.de> CommitDate: Thu Aug 1 07:41:05 2024 +0200 Use gb_SUPPRESS_TESTS to control inclusion of embindtest.js Change-Id: Ic020678e531322b9c3af194c3529464775fd1a61 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171318 Reviewed-by: Stephan Bergmann <stephan.bergm...@allotropia.de> Tested-by: Jenkins diff --git a/desktop/Executable_soffice_bin.mk b/desktop/Executable_soffice_bin.mk index df1db8ae1260..350e4a84a0b8 100644 --- a/desktop/Executable_soffice_bin.mk +++ b/desktop/Executable_soffice_bin.mk @@ -82,7 +82,7 @@ $(eval $(call gb_Executable_add_ldflags,soffice_bin, \ $(foreach i,$(EMSCRIPTEN_EXTRA_SOFFICE_POST_JS),--post-js $(i)) \ )) -ifneq ($(ENABLE_DBGUTIL),) +ifeq ($(ENABLE_DBGUTIL)-$(gb_SUPPRESS_TESTS),TRUE-) $(call gb_Executable_get_linktarget_target,soffice_bin): \ $(SRCDIR)/unotest/source/embindtest/embindtest.js