summaryrefslogtreecommitdiffstats
path: root/nss
diff options
context:
space:
mode:
Diffstat (limited to 'nss')
-rw-r--r--nss/makefile.mk7
1 files changed, 6 insertions, 1 deletions
diff --git a/nss/makefile.mk b/nss/makefile.mk
index 505bcfdd1e14..8603fbb796ae 100644
--- a/nss/makefile.mk
+++ b/nss/makefile.mk
@@ -39,7 +39,12 @@ TARGET=nss
.IF "$(SYSTEM_NSS)"=="YES"
all:
@echo "NSS will not be built. Using system one instead."
-.ENDIF
+.ENDIF
+
+.IF "$(OS)" == "ANDROID" || "$(OS)" == "IOS"
+@all:
+ @echo "FIXME: NSS module not buildable yet on this platform"
+.ENDIF
VER_MAJOR=3
VER_MINOR=13