aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorEugene Kliuchnikov <eustas@google.com>2018-03-20 17:37:41 +0600
committerGitHub <noreply@github.com>2018-03-20 17:37:41 +0600
commit631fe194a196f2c8e35510c72fe6a61548cd41c9 (patch)
tree9f527d4a365f10c930e1b9ec4dba1aab786c6b07 /scripts
parent533843e3546cd24c8344eaa899c6b0b681c8d222 (diff)
downloadbrotli-631fe194a196f2c8e35510c72fe6a61548cd41c9.zip
brotli-631fe194a196f2c8e35510c72fe6a61548cd41c9.tar.gz
brotli-631fe194a196f2c8e35510c72fe6a61548cd41c9.tar.bz2
Update (#651)
* fix `bazel` build (ignore switch case fall-through) * add `NPOSTFIX` / `NDIRECT` encoder parameters * fix source file lists (add `params.h`) * fix bug in `durchschlag` * print clarifying messages wheb CLI argument parsing fails
Diffstat (limited to 'scripts')
-rw-r--r--scripts/appveyor.yml2
-rw-r--r--scripts/sources.lst1
2 files changed, 2 insertions, 1 deletions
diff --git a/scripts/appveyor.yml b/scripts/appveyor.yml
index f5f0c13..c7881ad 100644
--- a/scripts/appveyor.yml
+++ b/scripts/appveyor.yml
@@ -42,7 +42,7 @@ install:
)
)
- IF "%BUILD_SYSTEM%"=="bazel" (
- appveyor DownloadFile https://github.com/bazelbuild/bazel/releases/download/0.10.0/bazel-0.10.0-windows-x86_64.exe -FileName bazel.exe
+ appveyor DownloadFile https://github.com/bazelbuild/bazel/releases/download/0.11.1/bazel-0.11.1-windows-x86_64.exe -FileName bazel.exe
)
before_build:
diff --git a/scripts/sources.lst b/scripts/sources.lst
index cdddb37..4ca22bc 100644
--- a/scripts/sources.lst
+++ b/scripts/sources.lst
@@ -81,6 +81,7 @@ BROTLI_ENC_H = \
c/enc/memory.h \
c/enc/metablock.h \
c/enc/metablock_inc.h \
+ c/enc/params.h \
c/enc/prefix.h \
c/enc/quality.h \
c/enc/ringbuffer.h \