[Libreoffice-commits] core.git: Branch 'feature/wasm' - RepositoryFixes.mk
Jan-Marek Glogowski (via logerrit)
logerrit at kemper.freedesktop.org
Tue Jun 22 13:02:34 UTC 2021
RepositoryFixes.mk | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit 3fc815d43110411423f0d004b9f345a6d846aecb
Author: Jan-Marek Glogowski <glogow at fbihome.de>
AuthorDate: Tue Jun 22 15:01:45 2021 +0200
Commit: Jan-Marek Glogowski <glogow at fbihome.de>
CommitDate: Tue Jun 22 15:01:45 2021 +0200
wasm: rename soffice.bin to soffice.html
Change-Id: Ia957fae6edff4583f3d01dc5c6c7c215fab3879f
diff --git a/RepositoryFixes.mk b/RepositoryFixes.mk
index db78722ce545..0cbb5ad93e6c 100644
--- a/RepositoryFixes.mk
+++ b/RepositoryFixes.mk
@@ -34,8 +34,12 @@ endif
ifeq ($(OS),MACOSX)
gb_Executable_FILENAMES := $(patsubst soffice_bin:soffice_bin,soffice_bin:soffice,$(gb_Executable_FILENAMES))
else
+ifeq ($(OS),EMSCRIPTEN)
+gb_Executable_FILENAMES := $(patsubst soffice_bin:soffice_bin%,soffice_bin:soffice.html,$(gb_Executable_FILENAMES))
+else
gb_Executable_FILENAMES := $(patsubst soffice_bin:soffice_bin%,soffice_bin:soffice.bin,$(gb_Executable_FILENAMES))
endif
+endif
gb_Executable_FILENAMES := $(patsubst soffice_exe:soffice_exe%,soffice_exe:soffice.exe,$(gb_Executable_FILENAMES))
gb_Executable_FILENAMES := $(patsubst soffice_com:soffice_com%,soffice_com:soffice.com,$(gb_Executable_FILENAMES))
More information about the Libreoffice-commits
mailing list