mirror of https://github.com/google/oss-fuzz.git
[woff2] Add command to checkout submodules into build.sh
This commit is contained in:
parent
54437b9015
commit
1b71cdde39
|
@ -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//" \
|
||||
|
|
Loading…
Reference in New Issue