mirror of https://github.com/google/oss-fuzz.git
Update build.sh
This commit is contained in:
parent
941e47d6e1
commit
496ea1b901
|
@ -31,6 +31,8 @@ cat Makefile | sed -e "s/-no-canonical-prefixes//" \
|
|||
> Makefile.temp
|
||||
mv Makefile.temp Makefile
|
||||
|
||||
# woff2 uses LFLAGS instead of LDFLAGS.
|
||||
export LFLAGS=$FUZZER_LDFLAGS
|
||||
make CC="$CC $CFLAGS" CXX="$CXX $CXXFLAGS" clean all
|
||||
|
||||
# To avoid multiple main() definitions.
|
||||
|
|
Loading…
Reference in New Issue