summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheRock Builder <libo@therock>2022-04-27 16:19:59 +0000
committerThorsten Behrens <thorsten.behrens@allotropia.de>2023-11-19 18:12:31 +0100
commitec954ca733b0bafe07e06dc88895ed64424839e7 (patch)
tree51c178956c9c75c0fd9c7cd3b84675077136b231
parentc03c6c3c20f73206bf8271300cf362816a20f572 (diff)
Fix logic
-rw-r--r--desktop/Executable_soffice_bin.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/Executable_soffice_bin.mk b/desktop/Executable_soffice_bin.mk
index 385e835122fb..c87fe48656b1 100644
--- a/desktop/Executable_soffice_bin.mk
+++ b/desktop/Executable_soffice_bin.mk
@@ -45,7 +45,7 @@ $(eval $(call gb_Executable_add_ldflags,soffice_bin,\
endif
-ifeq (TRUE,$(EMSCRIPTEN))
+ifeq ($(OS),EMSCRIPTEN)
$(eval $(call gb_Executable_add_ldflags,soffice_bin,\
-sEXPORTED_FUNCTIONS=_main,_libreofficekit_hook,_libreofficekit_hook_2,_lok_preinit,_lok_preinit_2 \