[woff2] Update submodules in another way.

This commit is contained in:
Max Moroz 2016-10-12 21:08:14 +02:00
parent 1b71cdde39
commit d7dff25f12
1 changed files with 3 additions and 1 deletions

View File

@ -18,7 +18,9 @@
cd /src/woff2
# Checkout and update submodules.
git submodule update --init --recursive
git submodule sync
git submodule init
git submodule update --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.