summaryrefslogtreecommitdiff
path: root/libs/moz.build
diff options
context:
space:
mode:
authorJeremy Andrews <athenian200@outlook.com>2021-10-10 07:19:33 -0500
committerJeremy Andrews <athenian200@outlook.com>2021-10-10 07:19:33 -0500
commit31dfa8ed97209ed4004f071c552efe499378ded6 (patch)
tree3cc7917afb274d78875fb69b591f8492f6bb6267 /libs/moz.build
parentf636e4f795d16b7c853f9edb152fa54da5ca25db (diff)
downloadaura-central-31dfa8ed97209ed4004f071c552efe499378ded6.tar.gz
Issue %3003 - Move expat to libs/
Diffstat (limited to 'libs/moz.build')
-rw-r--r--libs/moz.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/moz.build b/libs/moz.build
index 15f78002f..5cebcec2b 100644
--- a/libs/moz.build
+++ b/libs/moz.build
@@ -82,3 +82,6 @@ if CONFIG['MOZ_SRTP']:
# other-licenses
DIRS += ['snappy']
+
+# parser
+DIRS += ['expat']