summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2021-12-01 08:55:11 -0500
committerMatt A. Tobin <email@mattatobin.com>2021-12-01 08:55:11 -0500
commit107849a20bb006c79135610a9eef4c94d282330f (patch)
tree8c8321397d1d9023c9a438434633746c056f165e /libs
parent1cfb252ae7e8c208d9ed58f13db72e3cb51a60d7 (diff)
downloadaura-central-107849a20bb006c79135610a9eef4c94d282330f.tar.gz
Issue %3005 - Move updater to system/ and merge the update packaging into the resulting tree
This component is a bit more complex than most so it should live in system/
Diffstat (limited to 'libs')
-rw-r--r--libs/bsdiff/moz.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/bsdiff/moz.build b/libs/bsdiff/moz.build
index 72d3a9143..41beb5a63 100644
--- a/libs/bsdiff/moz.build
+++ b/libs/bsdiff/moz.build
@@ -23,7 +23,7 @@ if CONFIG['HOST_OS_ARCH'] == 'WINNT':
USE_STATIC_LIBS = True
LOCAL_INCLUDES += [
- '/components/update/app',
+ '/system/updater/app',
]
HOST_CXXFLAGS += CONFIG['MOZ_BZ2_CFLAGS']