mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 17:31:47 +09:00
No issue - FreeBSD builds should also use xz compression for packaging.
Currently it defaults to bzip2, which has been obsolete for us.
This commit is contained in:
parent
af72806b33
commit
2e63622186
1 changed files with 4 additions and 4 deletions
|
|
@ -6,11 +6,11 @@
|
|||
# very much still dependent on them
|
||||
include $(MOZILLA_DIR)/toolkit/mozapps/installer/packager.mk
|
||||
|
||||
# This is currently only used on Windows, Linux, and Solaris
|
||||
# on other platforms such as Mac will fall back to the orginal
|
||||
# mozilla packaging
|
||||
# This is currently only used on Windows, Linux, Solaris, and
|
||||
# FreeBSD. On other platforms such as Mac, we will fall back
|
||||
# to the original mozilla packaging.
|
||||
make-archive:
|
||||
ifeq (,$(filter SunOS Linux WINNT,$(OS_ARCH)))
|
||||
ifeq (,$(filter SunOS Linux WINNT FreeBSD,$(OS_ARCH)))
|
||||
$(MAKE) make-package
|
||||
else
|
||||
$(MAKE) stage-package make-buildinfo-file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue