diff options
Diffstat (limited to 'openldap')
-rw-r--r-- | openldap/makefile.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openldap/makefile.mk b/openldap/makefile.mk index 018c67e51e16..e12587a59935 100644 --- a/openldap/makefile.mk +++ b/openldap/makefile.mk @@ -21,9 +21,9 @@ all: @echo "Therefore the version provided here does not need to be built in addition." .ENDIF -.IF "$(OS)"=="WNT" +.IF "$(OS)"=="WNT" || "$(OS)"=="ANDROID" || "$(OS)"=="IOS" all: - @echo "Openldap is not needed on Windows." + @echo "Openldap is not needed on Windows, Android or iOS." .ENDIF # --- Files -------------------------------------------------------- |