summaryrefslogtreecommitdiff
path: root/libs/moz.build
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2021-09-23 21:21:21 -0400
committerMatt A. Tobin <email@mattatobin.com>2021-09-23 21:21:21 -0400
commitd9c64b26bae43fcb941e97c480cfa442161f2a04 (patch)
tree344d4cd5916b3dc494a3cfc8c23d090b896c77fc /libs/moz.build
parente2a7258c308fadfb9da860609b2e9608f057d84f (diff)
downloadaura-central-d9c64b26bae43fcb941e97c480cfa442161f2a04.tar.gz
Issue %3003 - Move snappy to libs/
Diffstat (limited to 'libs/moz.build')
-rw-r--r--libs/moz.build2
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