From 496ea1b901c6275ffe8b4929ca6a5d6abbb1d9c5 Mon Sep 17 00:00:00 2001 From: Mike Aizatsky Date: Thu, 13 Oct 2016 15:40:11 -0700 Subject: [PATCH] Update build.sh --- woff2/build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/woff2/build.sh b/woff2/build.sh index 0bdbe445d..f58272e10 100755 --- a/woff2/build.sh +++ b/woff2/build.sh @@ -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.