Issue #1859 - Build xz-embedded lib when the updater is built.

This commit is contained in:
Moonchild 2022-04-17 20:12:53 +02:00 committed by roytam1
commit ddf654bf99

View file

@ -55,7 +55,7 @@ external_dirs += [
'media/psshparser'
]
if CONFIG['MOZ_LINKER']:
if CONFIG['MOZ_UPDATER']:
external_dirs += ['modules/xz-embedded']
DIRS += ['../../' + i for i in external_dirs]