diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-08-29 14:53:04 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-08-29 14:53:22 +0200 |
commit | 54928e17451c1fc415be3254f7d73a83e93a8205 (patch) | |
tree | 06c610ae90f1ae9d10d43719e8e8bccd3f434fbe /nss | |
parent | f309083c5a3928ec3ccff335682970c928240510 (diff) |
Mingw build is cross-compiling, not using cygwin
Change-Id: Icc0b617bd639666e44effbb4554bb4f7f0e778e8
Diffstat (limited to 'nss')
-rw-r--r-- | nss/makefile.mk | 3 |
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) |