diff --git a/woff2/build.sh b/woff2/build.sh index d4fb2b3f6..ba17d151d 100755 --- a/woff2/build.sh +++ b/woff2/build.sh @@ -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.