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

GNU Make's filter-out is hard to use

Change-Id: I99ec6176c0876b948e35880f02d54905d26e7280
üst 7f8d611b
...@@ -57,7 +57,7 @@ $(eval $(call gb_Library_use_system_win32_libs,sal,\ ...@@ -57,7 +57,7 @@ $(eval $(call gb_Library_use_system_win32_libs,sal,\
)) ))
$(eval $(call gb_Library_add_libs,sal,\ $(eval $(call gb_Library_add_libs,sal,\
$(if $(filter-out $(OS),WNT HAIKU), \ $(if $(filter-out WNT HAIKU,$(OS)), \
$(if $(filter $(OS),ANDROID),, \ $(if $(filter $(OS),ANDROID),, \
-lpthread \ -lpthread \
) \ ) \
......
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