зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1669633 - Don't pass --prefix to the js subconfigure. r=firefox-build-system-reviewers,andi,rstewart
That hasn't actually been necessary for a very long time. Differential Revision: https://phabricator.services.mozilla.com/D92724
This commit is contained in:
Родитель
796301bdaa
Коммит
1b0848102a
|
@ -51,8 +51,6 @@ def js_subconfigure(host, target, build_env, js_configure_args, mozconfig,
|
|||
|
||||
options = [host, target] + js_configure_args
|
||||
|
||||
options.append('--prefix=%s/dist' % build_env.topobjdir)
|
||||
|
||||
environ['MOZILLA_CENTRAL_PATH'] = build_env.topsrcdir
|
||||
if 'MOZ_BUILD_APP' in environ:
|
||||
del environ['MOZ_BUILD_APP']
|
||||
|
|
Загрузка…
Ссылка в новой задаче