summaryrefslogtreecommitdiff
path: root/bridges
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-03-19 11:07:43 +0200
committerTor Lillqvist <tml@iki.fi>2013-03-19 11:07:59 +0200
commitc70aa412ede28cb0bb08a32a532c745a9d4a2266 (patch)
tree387f3ff983a6ea4db05eaca82857fc075a0aad11 /bridges
parent3dfff2ea4678105a186ce9ca4a038458a57c727e (diff)
No -ldl for MinGW either
Change-Id: I7e74559d2edd1adc9225a935735ba4f6fd7eea24
Diffstat (limited to 'bridges')
-rw-r--r--bridges/Library_cpp_uno.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/bridges/Library_cpp_uno.mk b/bridges/Library_cpp_uno.mk
index 6eefed660317..5a7516fd96a6 100644
--- a/bridges/Library_cpp_uno.mk
+++ b/bridges/Library_cpp_uno.mk
@@ -202,7 +202,7 @@ $(eval $(call gb_Library_add_cxxflags,gcc3_uno,\
-mno-avx)) \
))
-ifneq ($(OS),ANDROID)
+ifeq ($(filter ANDROID WNT,$(OS)),)
$(eval $(call gb_Library_add_libs,gcc3_uno,\
-ldl \
))