mirror of https://github.com/google/oss-fuzz.git
[woff2] Update submodules in another way.
This commit is contained in:
parent
1b71cdde39
commit
d7dff25f12
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue