summaryrefslogtreecommitdiff
path: root/vcl/Executable_icontest.mk
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/Executable_icontest.mk')
-rw-r--r--vcl/Executable_icontest.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/vcl/Executable_icontest.mk b/vcl/Executable_icontest.mk
index 00dc9061585b..345203c877ca 100644
--- a/vcl/Executable_icontest.mk
+++ b/vcl/Executable_icontest.mk
@@ -21,6 +21,10 @@ $(eval $(call gb_Executable_use_api,icontest,\
udkapi \
))
+$(eval $(call gb_Executable_use_static_libraries,icontest,\
+ vclmain \
+))
+
ifeq ($(OS),LINUX)
$(eval $(call gb_Executable_add_libs,icontest,\
@@ -50,10 +54,6 @@ $(eval $(call gb_Executable_add_libs,icontest,\
endif
-$(eval $(call gb_Executable_use_static_libraries,icontest,\
- vclmain \
-))
-
$(eval $(call gb_Executable_use_libraries,icontest,\
comphelper \
cppu \