gbuild, sal: dl is linux only

This commit is contained in:
Matúš Kukan 2011-12-21 15:26:55 +01:00
parent 1c184292ad
commit 683e471f35
2 changed files with 3 additions and 2 deletions

View file

@ -56,10 +56,12 @@ $(eval $(call gb_Library_add_defs,sal,\
$(eval $(call gb_Library_add_linked_libs,sal,\
$(if $(filter $(GUI),UNX), \
$(if $(filter $(OS),ANDROID),, \
dl \
pthread \
) \
) \
$(if $(filter $(OS),LINUX), \
dl \
) \
$(if $(filter $(OS),SOLARIS), \
nsl \
socket \

View file

@ -265,7 +265,6 @@ gb_Library_PLAINLIBS_NONE += \
Cocoa \
objc \
OpenGL \
dl \
m \
pthread \