summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--desktop/Executable_soffice.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/Executable_soffice.mk b/desktop/Executable_soffice.mk
index 3916c40890f7..af5351070a8b 100644
--- a/desktop/Executable_soffice.mk
+++ b/desktop/Executable_soffice.mk
@@ -50,7 +50,7 @@ $(eval $(call gb_Executable_add_linked_static_libs,soffice,\
ifeq ($(COM),MSC)
-$(eval $(call gb_Executable_set_ldflags,\
+$(eval $(call gb_Executable_set_ldflags,soffice,\
$$(LDFLAGS) \
/STACK:10000000 \
))