mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1166538 - Make dozip.py a py_action. r=gps
This commit is contained in:
parent
6e9c756e6a
commit
564ac40ac9
@ -115,7 +115,7 @@ JSSHELL_BINS += \
|
||||
endif # Darwin
|
||||
endif # WINNT
|
||||
endif # MOZ_STATIC_JS
|
||||
MAKE_JSSHELL = $(PYTHON) $(MOZILLA_DIR)/toolkit/mozapps/installer/dozip.py $(PKG_JSSHELL) $(abspath $(JSSHELL_BINS))
|
||||
MAKE_JSSHELL = $(call py_action,zip,$(PKG_JSSHELL) $(abspath $(JSSHELL_BINS)))
|
||||
endif # LIBXUL_SDK
|
||||
|
||||
_ABS_DIST = $(abspath $(DIST))
|
||||
|
Loading…
Reference in New Issue
Block a user