зеркало из https://github.com/mozilla/gecko-dev.git
Bug 641212 - use lzma compression for application update. Part 1 - xz-embedded build config changes. r=glandium, a=app_update_lzma
This commit is contained in:
Родитель
9901cfb056
Коммит
b1d227f07a
|
@ -21,6 +21,8 @@ if CONFIG['MOZ_UPDATER']:
|
|||
external_dirs += ['modules/brotli']
|
||||
external_dirs += ['modules/woff2']
|
||||
|
||||
external_dirs += ['modules/xz-embedded']
|
||||
|
||||
if CONFIG['MOZ_VORBIS']:
|
||||
external_dirs += ['media/libvorbis']
|
||||
|
||||
|
@ -64,7 +66,4 @@ external_dirs += [
|
|||
'media/psshparser'
|
||||
]
|
||||
|
||||
if CONFIG['MOZ_LINKER']:
|
||||
external_dirs += ['modules/xz-embedded']
|
||||
|
||||
DIRS += ['../../' + i for i in external_dirs]
|
||||
|
|
|
@ -33,4 +33,7 @@ elif '86' in CONFIG['TARGET_CPU']:
|
|||
|
||||
DEFINES['XZ_USE_CRC64'] = 1
|
||||
|
||||
if CONFIG['OS_ARCH'] == 'WINNT':
|
||||
USE_STATIC_LIBS = True
|
||||
|
||||
Library('xz-embedded')
|
||||
|
|
Загрузка…
Ссылка в новой задаче