diff options
author | Matt A. Tobin <email@mattatobin.com> | 2021-09-23 21:21:21 -0400 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2021-09-23 21:21:21 -0400 |
commit | d9c64b26bae43fcb941e97c480cfa442161f2a04 (patch) | |
tree | 344d4cd5916b3dc494a3cfc8c23d090b896c77fc /libs/moz.build | |
parent | e2a7258c308fadfb9da860609b2e9608f057d84f (diff) | |
download | aura-central-d9c64b26bae43fcb941e97c480cfa442161f2a04.tar.gz |
Issue %3003 - Move snappy to libs/
Diffstat (limited to 'libs/moz.build')
-rw-r--r-- | libs/moz.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/moz.build b/libs/moz.build index dc0582066..3f30583b5 100644 --- a/libs/moz.build +++ b/libs/moz.build @@ -20,5 +20,7 @@ if CONFIG['MOZ_ENABLE_SKIA']: DIRS += ['skia'] # other-licenses +DIRS += ['snappy'] + if CONFIG['MOZ_UPDATER']: DIRS += ['bsdiff']
\ No newline at end of file |