diff options
author | Moonchild <moonchild@palemoon.org> | 2021-12-01 14:32:28 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2021-12-01 14:32:28 +0000 |
commit | 134e6bb64ed43d683b0a8d527cccc7d64db219a2 (patch) | |
tree | 53cf0d730127e9b0cce8d8688fec1b9c74b27c4f /libs | |
parent | f74bab85629f7e4fcde8a92db55bb553f7c44038 (diff) | |
parent | 69ebf5f38ee9bd393a4f84de78d2252a72def78d (diff) | |
download | aura-central-134e6bb64ed43d683b0a8d527cccc7d64db219a2.tar.gz |
Merge branch 'master' of https://repo.palemoon.org/MoonchildProductions/GRE
Diffstat (limited to 'libs')
-rw-r--r-- | libs/bsdiff/moz.build | 2 |
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'] |