diff options
author | Jan-Marek Glogowski <glogow@fbihome.de> | 2021-07-23 14:17:26 +0200 |
---|---|---|
committer | Jan-Marek Glogowski <glogow@fbihome.de> | 2022-01-19 14:26:44 +0100 |
commit | 88b94aafc23348238b2d112682bc55719d1978a3 (patch) | |
tree | b376d89bb35e8be2f27ca4e3eae3743ab0d9afbb /config_host.mk.in | |
parent | c367a2781f99ed22d0f7d64184fb567aacc43f35 (diff) |
WASM create and link the Emscripten FS image
There are three posibilites to add files to the image:
- gb_emscripten_fs_image_files to add individual files
- gb_emscripten_fs_image_autoinstall to add files from AutoInstall
- gb_emscripten_fs_image_filelists to add files from a .filelist
Change-Id: If6804e282a37a37ffae1d291d2af8430e60b59d1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128598
Tested-by: Jenkins
Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
Diffstat (limited to 'config_host.mk.in')
-rw-r--r-- | config_host.mk.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config_host.mk.in b/config_host.mk.in index b16d5674ea54..6eae920612f0 100644 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -132,6 +132,7 @@ export DO_FETCH_TARBALLS=@DO_FETCH_TARBALLS@ export DPKG=@DPKG@ export EBOOK_CFLAGS=$(gb_SPACE)@EBOOK_CFLAGS@ export EBOOK_LIBS=$(gb_SPACE)@EBOOK_LIBS@ +export EMSDK_FILE_PACKAGER=@EMSDK_FILE_PACKAGER@ export ENABLE_ANDROID_LOK=@ENABLE_ANDROID_LOK@ export ENABLE_ANDROID_EDITING=@ENABLE_ANDROID_EDITING@ export ENABLE_AVAHI=@ENABLE_AVAHI@ |