summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2022-11-29 14:53:09 +0200
committerTor Lillqvist <tml@collabora.com>2022-11-30 14:50:12 +0100
commit044e6583eb2e70c5a0c106b47b73d9d8df910689 (patch)
treebe75d7e9caaabfc9acff2b26092c6a765f59f5ec
parent62967366c3b7d8fdf44393af834145a628b18147 (diff)
We won't need Executable_osl_process_child for WASM in the foreseeable future
Change-Id: I479b694cd1d02b39ad54deab8ba69b4eec64d7d4 Signed-off-by: Tor Lillqvist <tml@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143489 Tested-by: Jenkins
-rw-r--r--sal/Module_sal.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/sal/Module_sal.mk b/sal/Module_sal.mk
index e0448a5085bf..34c3f1450613 100644
--- a/sal/Module_sal.mk
+++ b/sal/Module_sal.mk
@@ -19,9 +19,11 @@ $(eval $(call gb_Module_add_targets,sal,\
ifneq (,$(filter DESKTOP,$(BUILD_TYPE)))
+ifneq (EMSCRIPTEN,$(OS))
$(eval $(call gb_Module_add_targets,sal,\
Executable_osl_process_child \
))
+endif
$(eval $(call gb_Module_add_check_targets,sal,\
$(if $(filter TRUE,$(DISABLE_DYNLOADING)),,CppunitTest_Module_DLL) \