зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1052389 - Thunderbird can't package with MOZ_PACKAGE_JSSHELL due to looking for dozip.py in the wrong location r=ted
This commit is contained in:
Родитель
42cede9331
Коммит
0f4452fd8d
|
@ -125,7 +125,7 @@ JSSHELL_BINS += \
|
|||
endif # Darwin
|
||||
endif # WINNT
|
||||
endif # MOZ_STATIC_JS
|
||||
MAKE_JSSHELL = $(PYTHON) $(topsrcdir)/toolkit/mozapps/installer/dozip.py $(PKG_JSSHELL) $(abspath $(JSSHELL_BINS))
|
||||
MAKE_JSSHELL = $(PYTHON) $(MOZILLA_DIR)/toolkit/mozapps/installer/dozip.py $(PKG_JSSHELL) $(abspath $(JSSHELL_BINS))
|
||||
endif # LIBXUL_SDK
|
||||
|
||||
_ABS_DIST = $(abspath $(DIST))
|
||||
|
|
Загрузка…
Ссылка в новой задаче