summaryrefslogtreecommitdiff
path: root/tools/Executable_sspretty.mk
diff options
context:
space:
mode:
Diffstat (limited to 'tools/Executable_sspretty.mk')
-rw-r--r--tools/Executable_sspretty.mk8
1 files changed, 1 insertions, 7 deletions
diff --git a/tools/Executable_sspretty.mk b/tools/Executable_sspretty.mk
index 64b7d6ef0cd4..c086cc5160a1 100644
--- a/tools/Executable_sspretty.mk
+++ b/tools/Executable_sspretty.mk
@@ -44,7 +44,7 @@ $(eval $(call gb_Executable_add_linked_libs,sspretty,\
stl \
tl \
vos3 \
- $(gb_StdLibs) \
+ $(gb_STDLIBS) \
))
# used to link against basegfxlx comphelp4gcc3 i18nisolang1gcc3 ucbhelper4gcc3 uno_cppu uno_cppuhelpergcc3 uno_salhelpergcc3 - seems to be superficial
@@ -77,10 +77,4 @@ $(eval $(call gb_Executable_add_linked_libs,sspretty,\
endif
endif
-ifeq ($(OS),LINUX)
-$(eval $(call gb_Executable_add_linked_libs,sspretty,\
- dl \
- pthread \
-))
-endif
# vim: set noet sw=4 ts=4: