cppuhelper/source/paths.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 1a403f67ec437c57d25a1ac2d0368dce6c571cbd Author: Jan-Marek Glogowski <glo...@fbihome.de> AuthorDate: Fri Jan 28 14:40:51 2022 +0100 Commit: Jan-Marek Glogowski <glo...@fbihome.de> CommitDate: Fri Jan 28 19:34:17 2022 +0100 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 <glo...@fbihome.de> 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