summaryrefslogtreecommitdiff
path: root/Repository.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 /Repository.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 'Repository.mk')
-rw-r--r--Repository.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/Repository.mk b/Repository.mk
index 895d99fbadc2..fd83898e9426 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -572,13 +572,11 @@ $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_URE,ure, \
))
$(eval $(call gb_Helper_register_plugins_for_install,PLAINLIBS_URE,ure, \
- $(if $(filter EMSCRIPTEN,$(OS)),, \
$(if $(filter MSC,$(COM)), \
$(if $(filter INTEL,$(CPUNAME)),msci_uno) \
$(if $(filter X86_64,$(CPUNAME)),mscx_uno) \
$(if $(filter AARCH64,$(CPUNAME)),msca_uno) \
, gcc3_uno) \
- ) \
))
$(eval $(call gb_Helper_register_libraries_for_install,PRIVATELIBS_URE,ure, \