Bug 1407468 - Only build js/src when building toolkit. r=mshal

--HG--
extra : rebase_source : 3112ad271f23e8d01dfbe9141ec2b4bdd80f3748
This commit is contained in:
Mike Hommey 2017-10-05 11:30:18 +09:00
Родитель 2998d3dcc4
Коммит 1c51789e7e
2 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -112,7 +112,8 @@ if not CONFIG['JS_STANDALONE']:
'tools',
]
if CONFIG['COMPILE_ENVIRONMENT']:
if CONFIG['COMPILE_ENVIRONMENT'] and (CONFIG['MOZ_WIDGET_TOOLKIT'] or
CONFIG['JS_STANDALONE']):
DIRS += ['js/src']
DIRS += [

Просмотреть файл

@ -5032,7 +5032,7 @@ if test -n "$_subconfigure_subdir"; then
srcdir="$_save_srcdir"
fi
if test "$COMPILE_ENVIRONMENT"; then
if test "$COMPILE_ENVIRONMENT" -a "$MOZ_WIDGET_TOOLKIT"; then
export WRAP_LDFLAGS