the libwebp 1.6.0 bug affects centos 7 too

This commit is contained in:
henderkes
2025-12-15 18:50:20 +01:00
parent 3c89ce6c7f
commit d064e1353c
3 changed files with 18 additions and 9 deletions

View File

@@ -43,4 +43,9 @@ EOF
);
return true;
}
protected function getExtraEnv(): array
{
return ['CFLAGS' => '-std=c17'];
}
}