diff options
Diffstat (limited to 'desktop/Executable_unoinfo.mk')
-rw-r--r-- | desktop/Executable_unoinfo.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/Executable_unoinfo.mk b/desktop/Executable_unoinfo.mk index bdb634239530..40db3a0bbb6e 100644 --- a/desktop/Executable_unoinfo.mk +++ b/desktop/Executable_unoinfo.mk @@ -31,7 +31,7 @@ $(eval $(call gb_Executable_set_include,unoinfo,\ $$(INCLUDE) \ )) -$(eval $(call gb_Executable_add_linked_static_libs,unoinfo,\ +$(eval $(call gb_Executable_use_static_libraries,unoinfo,\ ooopathutils \ )) |