if [[ $NCMPCPP_UNICODE == "y" ]]; then
    OPTS="$OPTS --enable-unicode"
else
    OPTS="$OPTS --disable-unicode"
fi &&
if [[ $NCMPCPP_CLOCK == "y" ]]; then
    OPTS="$OPTS --enable-clock"
else
    OPTS="$OPTS --disable-clock"
fi &&
default_build
