[Libreoffice-commits] .: nss/makefile.mk
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Wed Aug 29 05:53:47 PDT 2012
nss/makefile.mk | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
New commits:
commit 54928e17451c1fc415be3254f7d73a83e93a8205
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Wed Aug 29 14:53:04 2012 +0200
Mingw build is cross-compiling, not using cygwin
Change-Id: Icc0b617bd639666e44effbb4554bb4f7f0e778e8
diff --git a/nss/makefile.mk b/nss/makefile.mk
index 8603fbb..ecd7e22 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)
More information about the Libreoffice-commits
mailing list