Skip to content

Commit d84a6ba

Browse files
committed
Remove snapshot from Mac binary build
1 parent bca88b2 commit d84a6ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,8 @@ pkg: $(PKG)
162162

163163
$(PKG):
164164
-rm -rf $(PKGDIR)
165-
$(WAF) configure --prefix=/usr/local
166-
DESTDIR=$(PKGDIR) $(WAF) install
165+
$(WAF) configure --prefix=/usr/local --without-snapshot
166+
DESTDIR=$(PKGDIR) $(WAF) install
167167
$(packagemaker) \
168168
--id "org.nodejs.NodeJS-$(VERSION)" \
169169
--doc tools/osx-pkg.pmdoc \

0 commit comments

Comments
 (0)