Skip to content

Commit

Permalink
Fix broken pagespeed header file.
Browse files Browse the repository at this point in the history
  • Loading branch information
gwanglst committed Aug 23, 2021
1 parent 4c70b67 commit 730e1a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ updateModuleCMakelistfile
preparelibquic


if [ "${ISLINUX}" != "yes" ] || [ "${MACHINE}" != "x86_64" ] ; then
if [ "${ISLINUX}" = "yes" ] && [ "${MACHINE}" = "x86_64" ] ; then
fixPagespeed
fi

Expand Down

0 comments on commit 730e1a2

Please sign in to comment.