We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d19391 commit fb6cf2fCopy full SHA for fb6cf2f
Makefile
@@ -656,7 +656,7 @@ endif
656
BINARYTAR=$(BINARYNAME).tar
657
# OSX doesn't have xz installed by default, http://macpkg.sourceforge.net/
658
XZ=$(shell which xz > /dev/null 2>&1; echo $$?)
659
-XZ_COMPRESSION ?= 9
+XZ_COMPRESSION ?= 9e
660
PKG=$(TARNAME).pkg
661
PACKAGEMAKER ?= /Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker
662
PKGDIR=out/dist-osx
0 commit comments