diff options
-rw-r--r-- | desktop/Executable_soffice.bin.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/desktop/Executable_soffice.bin.mk b/desktop/Executable_soffice.bin.mk index e4665e87df3d..a4aa5738e308 100644 --- a/desktop/Executable_soffice.bin.mk +++ b/desktop/Executable_soffice.bin.mk @@ -102,4 +102,6 @@ $(eval $(call gb_Executable_set_ldflags,\ endif +$(eval $(call gb_Executable_add_nativeres,$(sofficebin),soffice/src)) + # vim: set ts=4 sw=4 et: |