mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
build: xz tarball extreme compression
PR-URL: https://github.com/nodejs/node/pull/10626 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
This commit is contained in:
committed by
Refael Ackermann
parent
9c6427864e
commit
1474b7a032
2
Makefile
2
Makefile
@@ -656,7 +656,7 @@ endif
|
||||
BINARYTAR=$(BINARYNAME).tar
|
||||
# OSX doesn't have xz installed by default, http://macpkg.sourceforge.net/
|
||||
XZ=$(shell which xz > /dev/null 2>&1; echo $$?)
|
||||
XZ_COMPRESSION ?= 9
|
||||
XZ_COMPRESSION ?= 9e
|
||||
PKG=$(TARNAME).pkg
|
||||
PACKAGEMAKER ?= /Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker
|
||||
PKGDIR=out/dist-osx
|
||||
|
||||
Reference in New Issue
Block a user