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 a354134 commit ebbde61Copy full SHA for ebbde61
Makefile
@@ -522,7 +522,7 @@ endif
522
BINARYTAR=$(BINARYNAME).tar
523
# OSX doesn't have xz installed by default, http://macpkg.sourceforge.net/
524
XZ=$(shell which xz > /dev/null 2>&1; echo $$?)
525
-XZ_COMPRESSION ?= 9
+XZ_COMPRESSION ?= 9e
526
PKG=$(TARNAME).pkg
527
PACKAGEMAKER ?= /Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker
528
PKGDIR=out/dist-osx
0 commit comments