diff options
author | TheRock Builder <libo@therock> | 2022-04-27 16:51:46 +0000 |
---|---|---|
committer | Thorsten Behrens <thorsten.behrens@allotropia.de> | 2023-11-19 18:14:25 +0100 |
commit | 459cfee1696aef4093a0533a81f01c0c94e8273b (patch) | |
tree | 454514e517111d6f4b45a935c23e1b25db0f3ffe /desktop | |
parent | ec954ca733b0bafe07e06dc88895ed64424839e7 (diff) |
More fixup of gbuild
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/Executable_soffice_bin.mk | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/desktop/Executable_soffice_bin.mk b/desktop/Executable_soffice_bin.mk index c87fe48656b1..c2d811c2e86c 100644 --- a/desktop/Executable_soffice_bin.mk +++ b/desktop/Executable_soffice_bin.mk @@ -45,14 +45,6 @@ $(eval $(call gb_Executable_add_ldflags,soffice_bin,\ endif -ifeq ($(OS),EMSCRIPTEN) - -$(eval $(call gb_Executable_add_ldflags,soffice_bin,\ - -sEXPORTED_FUNCTIONS=_main,_libreofficekit_hook,_libreofficekit_hook_2,_lok_preinit,_lok_preinit_2 \ -)) - -endif - endif ifeq ($(OS),EMSCRIPTEN) |