From d84a6ba3d131471fa6dfc719cf48a4f7a2372a5e Mon Sep 17 00:00:00 2001 From: isaacs Date: Fri, 6 Jan 2012 16:30:46 -0800 Subject: [PATCH] Remove snapshot from Mac binary build --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 201f65a..c9e8e4d 100644 --- a/Makefile +++ b/Makefile @@ -162,8 +162,8 @@ pkg: $(PKG) $(PKG): -rm -rf $(PKGDIR) - $(WAF) configure --prefix=/usr/local - DESTDIR=$(PKGDIR) $(WAF) install + $(WAF) configure --prefix=/usr/local --without-snapshot + DESTDIR=$(PKGDIR) $(WAF) install $(packagemaker) \ --id "org.nodejs.NodeJS-$(VERSION)" \ --doc tools/osx-pkg.pmdoc \ -- 2.7.4