[woff2] Add command to checkout submodules into build.sh

This commit is contained in:
Max Moroz 2016-10-12 20:59:06 +02:00
parent 54437b9015
commit 1b71cdde39
1 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,9 @@
cd /src/woff2
# Checkout and update submodules.
git submodule update --init --recursive
# Build the library. Actually there is no 'library' target, so we use .o files.
# '-no-canonical-prefixes' flag makes clang crazy. Need to avoid it.
cat brotli/shared.mk | sed -e "s/-no-canonical-prefixes//" \