Kaydet (Commit) c70aa412 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

No -ldl for MinGW either

Change-Id: I7e74559d2edd1adc9225a935735ba4f6fd7eea24
üst 3dfff2ea
...@@ -202,7 +202,7 @@ $(eval $(call gb_Library_add_cxxflags,gcc3_uno,\ ...@@ -202,7 +202,7 @@ $(eval $(call gb_Library_add_cxxflags,gcc3_uno,\
-mno-avx)) \ -mno-avx)) \
)) ))
ifneq ($(OS),ANDROID) ifeq ($(filter ANDROID WNT,$(OS)),)
$(eval $(call gb_Library_add_libs,gcc3_uno,\ $(eval $(call gb_Library_add_libs,gcc3_uno,\
-ldl \ -ldl \
)) ))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment