summaryrefslogtreecommitdiff
path: root/nss
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-08-29 14:53:04 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-08-29 14:53:22 +0200
commit54928e17451c1fc415be3254f7d73a83e93a8205 (patch)
tree06c610ae90f1ae9d10d43719e8e8bccd3f434fbe /nss
parentf309083c5a3928ec3ccff335682970c928240510 (diff)
Mingw build is cross-compiling, not using cygwin
Change-Id: Icc0b617bd639666e44effbb4554bb4f7f0e778e8
Diffstat (limited to 'nss')
-rw-r--r--nss/makefile.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/nss/makefile.mk b/nss/makefile.mk
index 8603fbb796ae..ecd7e2261b92 100644
--- a/nss/makefile.mk
+++ b/nss/makefile.mk
@@ -134,8 +134,7 @@ BUILD_ACTION += NSS_USE_SYSTEM_SQLITE=1
PATCH_FILES+=nss.patch.mingw
-moz_build:=$(shell cygpath -p $(MOZILLABUILD))
-PATH!:=$(moz_build)/bin:$(PATH)
+PATH!:=$(MOZILLABUILD)/bin:$(PATH)
nss_CC=$(CC)
nss_CXX=$(CXX)