summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMartin Thomson <martin.thomson@gmail.com>2015-10-19 10:28:19 -0700
committerMartin Thomson <martin.thomson@gmail.com>2015-10-19 10:28:19 -0700
commitc4c057fbfe6d25d02448ea4619e56093e7ac0624 (patch)
tree03c66080c12b3e3ba951fad1ab1a008263b5b29a /Makefile
parent1479a8c499b4f292b3e7c24cf146e29d4ac6a5be (diff)
downloadnss-hg-c4c057fbfe6d25d02448ea4619e56093e7ac0624.tar.gz
Bug 1214390 - Fixing compilation errors on Windows, r=ekr,wtc
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bfedabe8f..41f864d6f 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,9 @@ include $(CORE_DEPTH)/coreconf/config.mk
# (4) Include "local" platform-dependent assignments (OPTIONAL). #
#######################################################################
-
+ifdef NSS_DISABLE_GTESTS
+DIRS := $(filter-out external_tests,$(DIRS))
+endif
#######################################################################
# (5) Execute "global" rules. (OPTIONAL) #