Fix condition

Change-Id: I746778a0d0f229c65dca37bcf3fdae9dcebd4340
This commit is contained in:
Stephan Bergmann 2012-08-14 14:47:20 +02:00
parent 629dd9dae1
commit d72568fc7d

View File

@ -32,7 +32,7 @@ $(eval $(call gb_Module_add_targets,xmlsecurity,\
AllLangResTarget_xsec \
Library_xmlsecurity \
Library_xsec_fw \
$(ifneq ($(filter-out IOS ANDROID,$(OS)),),Library_xsec_xmlsec) \
$(if $(filter-out IOS ANDROID,$(OS)),Library_xsec_xmlsec) \
))
#FIXME: ^^^, get nss&libxmlsec building on ios and android