summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2022-04-17 20:12:53 +0200
committerMoonchild <moonchild@palemoon.org>2022-04-17 20:12:53 +0200
commit6466bf6f5bd83dcae033b8aa7edfe7487695206c (patch)
treec2b89a6b6327cc421153d12c0172193bac6896bd /config
parentd2a4597cfc490de13ffe49bb194ee7d3097faccf (diff)
downloaduxp-6466bf6f5bd83dcae033b8aa7edfe7487695206c.tar.gz
Issue #1859 - Build xz-embedded lib when the updater is built.lzma-updater
Diffstat (limited to 'config')
-rw-r--r--config/external/moz.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/external/moz.build b/config/external/moz.build
index dc094b6af1..47db9e1526 100644
--- a/config/external/moz.build
+++ b/config/external/moz.build
@@ -54,7 +54,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]