#!/bin/sh -e
# Fix build fail with GCC 10.
export CFLAGS="$CFLAGS -fcommon"
meson \
--prefix=/usr \
. output
ninja -C output
ninja -C output install