summaryrefslogtreecommitdiffstats
path: root/cppuhelper
diff options
context:
space:
mode:
authorJan-Marek Glogowski <glogow@fbihome.de>2022-01-28 14:40:51 +0100
committerJan-Marek Glogowski <glogow@fbihome.de>2022-01-28 19:34:17 +0100
commit1a403f67ec437c57d25a1ac2d0368dce6c571cbd (patch)
tree0e5bf80c955de0efa0bc1b9a19d447be93968eaf /cppuhelper
parentuse more concrete types in chart2, ModifyEventForwarder (diff)
downloadcore-1a403f67ec437c57d25a1ac2d0368dce6c571cbd.tar.gz
core-1a403f67ec437c57d25a1ac2d0368dce6c571cbd.zip
WASM set correct path to FS image unorc
Guess in all the fixing when upstreaming all the WASM changes, that hunk got lost. This actually makes the WASM build run, not just compile. Change-Id: Ided621af284e62961eb47957d74b31871a30a2bf Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129105 Tested-by: Jenkins Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
Diffstat (limited to 'cppuhelper')
-rw-r--r--cppuhelper/source/paths.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppuhelper/source/paths.cxx b/cppuhelper/source/paths.cxx
index d2f37bb549a7..b6a1e12600dd 100644
--- a/cppuhelper/source/paths.cxx
+++ b/cppuhelper/source/paths.cxx
@@ -52,7 +52,7 @@ OUString get_this_libpath() {
}
OUString cppu::getUnoIniUri() {
-#if defined ANDROID || defined EMSCRIPTEN
+#if defined ANDROID
// Wouldn't it be lovely to avoid this ugly hard-coding.
// The problem is that the 'create_bootstrap_macro_expander_factory()'
// required for bootstrapping services, calls cppu::get_unorc directly