Skip to content

Commit

Permalink
[woff2] Update submodules in another way.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dor1s committed Oct 12, 2016
1 parent 1b71cdd commit d7dff25
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion woff2/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d7dff25

Please sign in to comment.