From 730e1a2069cd4e74abc1cd88d81a89ae06dc98c2 Mon Sep 17 00:00:00 2001 From: George Wang Date: Mon, 23 Aug 2021 17:32:50 -0400 Subject: [PATCH] Fix broken pagespeed header file. --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 3b56ede9..d3a11140 100755 --- a/build.sh +++ b/build.sh @@ -560,7 +560,7 @@ updateModuleCMakelistfile preparelibquic -if [ "${ISLINUX}" != "yes" ] || [ "${MACHINE}" != "x86_64" ] ; then +if [ "${ISLINUX}" = "yes" ] && [ "${MACHINE}" = "x86_64" ] ; then fixPagespeed fi