summaryrefslogtreecommitdiff
path: root/bridges/Module_bridges.mk
diff options
context:
space:
mode:
authorThorsten Behrens <thorsten.behrens@allotropia.de>2021-09-25 18:03:31 +0200
committerJan-Marek Glogowski <glogow@fbihome.de>2022-01-19 14:26:09 +0100
commitc367a2781f99ed22d0f7d64184fb567aacc43f35 (patch)
tree7a12e0e485aeac4fae08dd9925310d7cbac95ed9 /bridges/Module_bridges.mk
parentcb65cf92b91873bfd13c96250c782998f1eef337 (diff)
WASM UNO: add a minimal dummy bridge
... and use the same fake exception rethrowing code then the mobile platforms. Change-Id: Ic90de1cfd1e0092d6064d041a613d60d9f5f76b5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128596 Tested-by: Jenkins Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
Diffstat (limited to 'bridges/Module_bridges.mk')
-rw-r--r--bridges/Module_bridges.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/bridges/Module_bridges.mk b/bridges/Module_bridges.mk
index 1c7fb1789b8e..3016bf2c404f 100644
--- a/bridges/Module_bridges.mk
+++ b/bridges/Module_bridges.mk
@@ -9,7 +9,6 @@
$(eval $(call gb_Module_Module,bridges))
-ifneq ($(OS),EMSCRIPTEN)
$(eval $(call gb_Module_add_targets,bridges,\
Library_cpp_uno \
$(if $(ENABLE_JAVA),\
@@ -30,6 +29,5 @@ else ifneq ($(words $(bridges_SELECTED_BRIDGE)),1)
$(call gb_Output_error,multiple bridges selected for build: $(bridges_SELECTED_BRIDGE))
endif
endif
-endif
# vim: set noet sw=4 ts=4: