summaryrefslogtreecommitdiff
path: root/bridges/CustomTarget_gcc3_wasm.mk
diff options
context:
space:
mode:
authorStephan Bergmann <stephan.bergmann@allotropia.de>2024-07-11 16:41:38 +0200
committerStephan Bergmann <stephan.bergmann@allotropia.de>2024-07-11 21:46:03 +0200
commit69fc5c396059603804b17b0f0cb076fff7188cba (patch)
tree5f4867a53bba1396b5efaf65450a48c95d2e19ed /bridges/CustomTarget_gcc3_wasm.mk
parentb7a6d5752a3f60dc29cde6ea05ee6b7112dc4780 (diff)
Rename wasmcallgen -> wasmbridgegen
...to acknowledge the tools' more general role since 74829f2a64b6989ddf1d126a6fd2f2d2e9000d3b "Fully implement the Wasm UNO bridge cpp2uno direction" Change-Id: Ie89255579774035f7b726d1d4b029dc536893ca0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170382 Reviewed-by: Stephan Bergmann <stephan.bergmann@allotropia.de> Tested-by: Jenkins
Diffstat (limited to 'bridges/CustomTarget_gcc3_wasm.mk')
-rw-r--r--bridges/CustomTarget_gcc3_wasm.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/bridges/CustomTarget_gcc3_wasm.mk b/bridges/CustomTarget_gcc3_wasm.mk
index 0393b1b8193b..15506e0d124b 100644
--- a/bridges/CustomTarget_gcc3_wasm.mk
+++ b/bridges/CustomTarget_gcc3_wasm.mk
@@ -18,9 +18,10 @@ $(eval $(call gb_CustomTarget_register_targets,bridges/gcc3_wasm, \
$(gb_CustomTarget_workdir)/bridges/gcc3_wasm/generated-asm.s \
$(gb_CustomTarget_workdir)/bridges/gcc3_wasm/generated-cxx.cxx \
$(gb_CustomTarget_workdir)/bridges/gcc3_wasm/exports: \
- $(call gb_Executable_get_target_for_build,wasmcallgen) $(call gb_UnoApi_get_target,udkapi) \
+ $(call gb_Executable_get_target_for_build,wasmbridgegen) \
+ $(call gb_UnoApi_get_target,udkapi) \
$(call gb_UnoApi_get_target,offapi)
- $(call gb_Executable_get_command,wasmcallgen) \
+ $(call gb_Executable_get_command,wasmbridgegen) \
$(gb_CustomTarget_workdir)/bridges/gcc3_wasm/generated-cxx.cxx \
$(gb_CustomTarget_workdir)/bridges/gcc3_wasm/generated-asm.s \
$(gb_CustomTarget_workdir)/bridges/gcc3_wasm/exports \