summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
Diffstat (limited to 'sal')
-rw-r--r--sal/Library_sal.mk6
1 files changed, 2 insertions, 4 deletions
diff --git a/sal/Library_sal.mk b/sal/Library_sal.mk
index d6b6db9dedf9..41db5e910c65 100644
--- a/sal/Library_sal.mk
+++ b/sal/Library_sal.mk
@@ -57,10 +57,8 @@ $(eval $(call gb_Library_use_system_win32_libs,sal,\
))
$(eval $(call gb_Library_add_libs,sal,\
- $(if $(filter-out WNT HAIKU,$(OS)), \
- $(if $(filter $(OS),ANDROID),, \
- -lpthread \
- ) \
+ $(if $(filter-out ANDROID HAIKU WNT,$(OS)), \
+ -lpthread \
) \
$(if $(filter $(OS),LINUX), \
-ldl \