diff options
author | Jeremy Andrews <athenian200@outlook.com> | 2021-09-25 23:35:46 -0500 |
---|---|---|
committer | Jeremy Andrews <athenian200@outlook.com> | 2021-09-25 23:35:46 -0500 |
commit | 0bd2fa4373939a5f0ec7099020236a40b1b7956e (patch) | |
tree | 7442cf499b24ee82c0a4d8d67c4820760d779c77 /config | |
parent | 6d4e643c7121287fff248c5582ffc4309f16b136 (diff) | |
download | aura-central-0bd2fa4373939a5f0ec7099020236a40b1b7956e.tar.gz |
Issue %3003 - Move libbz2 to libs/
Diffstat (limited to 'config')
-rw-r--r-- | config/external/moz.build | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/config/external/moz.build b/config/external/moz.build index 31cbdfcf1..1950f40d7 100644 --- a/config/external/moz.build +++ b/config/external/moz.build @@ -7,10 +7,6 @@ external_dirs = [] DIRS += ['lgpllibs'] -if CONFIG['MOZ_UPDATER']: - if not CONFIG['MOZ_SYSTEM_BZ2']: - external_dirs += ['modules/libbz2'] - if CONFIG['MOZ_VORBIS']: external_dirs += ['media/libvorbis'] |